1 Star 0 Fork 26

gavin.kou / mix

forked from mix-php / mix 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
require __DIR__ . '/../vendor/autoload.php';
/**
* PHP-FPM, cli-server 模式专用
*/
use App\Error;
use App\Vega;
use Dotenv\Dotenv;
Dotenv::createUnsafeImmutable(__DIR__ . '/../', '.env')->load();
define("APP_DEBUG", env('APP_DEBUG'));
Error::register();
return Vega::new()->run();
PHP
1
https://gitee.com/gavinkou/mix.git
git@gitee.com:gavinkou/mix.git
gavinkou
mix
mix
master

搜索帮助