Cli
This commit is contained in:
8
bin/index.php
Normal file
8
bin/index.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
//$__environment = 'cli';
|
||||
$app = include_once implode(DIRECTORY_SEPARATOR, [
|
||||
dirname(__FILE__, 2),
|
||||
'setup',
|
||||
'cli.app.php'
|
||||
]);
|
||||
$app->run();
|
Reference in New Issue
Block a user