1 頁 (共 1 頁)

Queue

發表於 : 2018-10-02 10:42:57
yehlu
http://shian420.pixnet.net/blog/post/34 ... C%83-queue
https://laravel.com/docs/5.7/queues

.env

代碼: 選擇全部

QUEUE_DRIVER=database
INIT

代碼: 選擇全部

php artisan queue:table
php artisan migrate
Generating Job Classes

代碼: 選擇全部

php artisan make:job JobName
RUN

代碼: 選擇全部

php artisan queue:listen
php artisan queue:work