I installed version 5.5 and I'm trying to generate the file by command.
php artisan make: MyCommand command --queued
The error is as follows. The "-queued" option does not exist.
How to create this file in this version?
I installed version 5.5 and I'm trying to generate the file by command.
php artisan make: MyCommand command --queued
The error is as follows. The "-queued" option does not exist.
How to create this file in this version?
In Laravel 5.5, --queued option does not exist, it was deprecated since version 5.1.
Check below similar question for version 5.4