PHP code example of arrowjustdoit / crontab
1. Go to this page and download the library: Download arrowjustdoit/crontab library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
arrowjustdoit / crontab example snippets
'extensions' => [
'crontab' => [
// 如果要关掉这个扩展,设置为false
'enable' => true,
]
]
bash
composer migrate