Cli
This commit is contained in:
3
bin/console
Normal file
3
bin/console
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
php /code/bin/index.php "$@"
|
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