Please tell me how to execute tasks regularly using thinkphp3.2.3. What if I want to execute a method in the controller regularly? I have given an example of how to operate at 12 o'clock every day. Thanks.
Linux crontab
0 0 * * * curl -4 http://www.example.com/index/index/daily
Use scheduled tasks under Windows and crontab scheduled task tool under Linux. How to write it specifically, you can go to Baidu
Linux crontab
Use scheduled tasks under Windows and crontab scheduled task tool under Linux. How to write it specifically, you can go to Baidu