我看著教學步驟操作,但是我得到的結果不太一樣
當我執行了 php artisan queue:work
我的command不斷重複出現
[2017-08-15 14:11:35] Processing: App\Jobs\SendReminderEmail
[2017-08-15 14:11:35] Processing: App\Jobs\SendReminderEmail
[2017-08-15 14:11:35] Processing: App\Jobs\SendReminderEmail
這樣的訊息
我去察看我的 logs 紀錄
裡面的訊息是
C:\xampp\htdocs\artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
請問是碰到了甚麼樣的狀況,能夠排除嗎?