Framework For YUNCMS
YUNCMS 底层框架,基于 YII2 二次封装。
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist yuncms/framework
or add
"yuncms/framework": "~1.0.0"
to the require
section of your composer.json.
Task
* * * * * /path/to/yii cron/minute >/dev/null 2>&1
*/5 * * * * /path/to/yii cron/minute >/dev/null 2>&1
0 * * * * /path/to/yii cron/hourly >/dev/null 2>&1
0 0 * * * /path/to/yii cron/daily >/dev/null 2>&1
0 0 * * 0 /path/to/yii cron/month >/dev/null 2>&1
0 0 1 * *
0 0 1 1 *
License
This is released under the LGPL-3.0 License. See the bundled LICENSE.md for details.