X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/nesbot/carbon/bin
home
/
prisjneg
/
public_html
/
vendor
/
nesbot
/
carbon
/
bin
/
📁
..
📄
carbon
(391 B)
📄
carbon.bat
(93 B)
Editing: carbon
#!/usr/bin/env php <?php use Carbon\Cli\Invoker; $dir = __DIR__.'/..'; if (!file_exists($dir.'/autoload.php')) { $dir = __DIR__.'/../vendor'; } if (!file_exists($dir.'/autoload.php')) { $dir = __DIR__.'/../../..'; } if (!file_exists($dir.'/autoload.php')) { echo 'Autoload not found.'; exit(1); } require $dir.'/autoload.php'; exit((new Invoker())(...$argv) ? 0 : 1);
Upload File
Create Folder