Untitled

Run Settings
LanguagePHP
Language Version
Run Command
<?php function webpack($script) { $json = file_get_contents('./webpack-manifest.json'); $script_maps = json_decode($json, true); if (isset($script_maps[$script])) { return $script_maps[$script]; } // throw \Exception('Script not found.'); return false; } echo webpack('omega.js') . PHP_EOL; echo webpack('alpha.js') . PHP_EOL;
{ "alpha.js": "alpha.1234567890.js", "omega.js": "omega.0987654321.js" }
Editor Settings
Theme
Key bindings
Full width
Lines