I'm using laravel 5.0 and trying to set a queue for sending an email, I have created it and write code like. Queue::pushOn('emails', new SendEmail($user)); its adding row in jobs table, then I'm running the following command
php artisan queue:listen
But it is not showing anything and not sending emails too
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire