Download the PHP package deluxcms/crontab without Composer
On this page you can find all versions of the php package deluxcms/crontab. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download deluxcms/crontab
More information about deluxcms/crontab
Files in deluxcms/crontab
Download deluxcms/crontab
More information about deluxcms/crontab
Files in deluxcms/crontab
Please rate this library. Is it a good library?
Informations about the package crontab
deluxcms-crontab
该插件主要用户yii2管理crontab定期执行任务,用数据库的方式管理crontab,并且可将php的执行的进程,接管到一个php中,而不需要启动多个php执行进程
安装
1、下载deluxcms-contrab组件
2、配置config/main-local.php文件,添加crontab模块
3、导入数据库
4、开启exec等权限
编辑php.ini,禁用掉disable_functions获将disable_functions内的exec,shell_exec去掉
5、如果开启服务(www)没有操作crontab的权限,赋予权限
visudo进行添加一下内容,如果需要限制更多的权限,请参考sudo的使用
6、配置crontab
配置config/main-local.php文件,添加crontabManager
8、在console命令执行模式,添加PhpdeamonController.php 如果这里的相对改变了,请改变上面配置文件phpDeamonConfig的文件
All versions of crontab with dependencies
PHP Build Version
Package Version
No informations.
The package deluxcms/crontab contains the following files
Loading the files please wait ....