1 Star 0 Fork 47

AnnOS / gee-task

forked from dungang / gee-task 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
yii 553 Bytes
Copy Edit Raw Blame History
dungang authored 2018-11-28 09:33 . init project
#!/usr/bin/env php
<?php
/**
* Yii console bootstrap file.
*
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');
require __DIR__ . '/vendor/autoload.php';
require __DIR__ . '/vendor/yiisoft/yii2/Yii.php';
$config = require __DIR__ . '/config/console.php';
$application = new yii\console\Application($config);
$exitCode = $application->run();
exit($exitCode);
PHP
1
https://gitee.com/AnnOS/gee-task.git
git@gitee.com:AnnOS/gee-task.git
AnnOS
gee-task
gee-task
master

Search

53164aa7 5694891 3bd8fe86 5694891