Queue
發表於 : 2018-10-02 10:42:57
http://shian420.pixnet.net/blog/post/34 ... C%83-queue
https://laravel.com/docs/5.7/queues
.env
INIT
Generating Job Classes
RUN
https://laravel.com/docs/5.7/queues
.env
代碼: 選擇全部
QUEUE_DRIVER=database
代碼: 選擇全部
php artisan queue:table
php artisan migrate
代碼: 選擇全部
php artisan make:job JobName
代碼: 選擇全部
php artisan queue:listen
php artisan queue:work