X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/bin
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
bin
/
📁
..
📄
carbon
(378 B)
📄
commonmark
(4.06 KB)
📄
doctrine-dbal
(66 B)
📄
generate-defuse-key
(298 B)
📄
jp.php
(2.36 KB)
📄
pastel
(1.3 KB)
📄
var-dump-server
(1.99 KB)
📄
yaml-lint
(1.12 KB)
Editing: carbon
#!/usr/bin/env php <?php $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 \Carbon\Cli\Invoker())(...$argv) ? 0 : 1);
Upload File
Create Folder