草庐IT

Schedular

全部标签

php - Laravel 5 Schedular 与 Indatus 调度程序

我一直在研究IndatusDispatcher(https://github.com/Indatus/dispatcher),它看起来比Laravel5中内置的调度器灵活得多。例如使用Dispatcher我可以:...->daysOfTheMonth([1,15])让命令在每个月的1号和15号执行。据我所知,您不能使用Scheduler做到这一点:...->monthly(1,15)这行不通,因为该函数不接受任何参数。我是不是遗漏了什么或者Dispatcher好得多? 最佳答案 IndatusDispatcher与Laravel5不