217 Star 841 Fork 268

橘子俊 / hisiphp

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
think 793 Bytes
Copy Edit Raw Blame History
橘子俊 authored 2018-12-24 09:13 . v2首发版本
#!/usr/bin/env php
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: yunwuxin <448901948@qq.com>
// +----------------------------------------------------------------------
namespace think;
// 加载基础文件
require __DIR__ . '/thinkphp/base.php';
// 执行应用
Container::get('app', [__DIR__ . '/application/'])->initialize();
Console::init();
PHP
1
https://gitee.com/hisi/hisiphp.git
git@gitee.com:hisi/hisiphp.git
hisi
hisiphp
hisiphp
thinkphp5.1/v2

Search