I'm going to create Queue job for mailing. once I hit the artisan command in command prompt php artisan make:job SendSMSMessages --queued
I got the issue as is follow.
The "--queued" option does not exist.
I'm using Laravel 5.4
Please anyone can help me for the same. I have searched a lot but didn't found any good solutions.
Thanks