25 Star 25 Fork 10

微凉 / jitamin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
artisan 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
phecho 提交于 2017-01-09 13:32 . Improve the artisan
#!/usr/bin/env php
<?php
// Register The Auto Loader
require __DIR__.'/bootstrap/autoload.php';
// This bootstraps the framework and gets it ready for use
$app = require_once __DIR__.'/bootstrap/app.php';
try {
$app->execute();
} catch (Exception $e) {
echo $e->getMessage().PHP_EOL;
exit(255);
}
PHP
1
https://gitee.com/iteu/jitamin.git
git@gitee.com:iteu/jitamin.git
iteu
jitamin
jitamin
master

搜索帮助