dashboard
repositories
filestore
activity
search
login
php
/
chandizhida-backend
产地直达后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
init
zm
2021-03-02
90c639c13bb9235c87f5f9ffdcde9350a62406d0
[php/chandizhida-backend.git]
/
yii
1
2
3
4
5
6
7
#!/usr/bin/env php
<?php
require(__DIR__ . '/vendor/autoload.php');
$application = new app\core\ConsoleApplication();
$exitCode = $application->run();
exit($exitCode);