0
I’m starting in Laravel, and installed 5.5 and after exceeding this command
php artisan make:command MyCommand --queued
The error is as follows
The "-queued" option does not exist.
Reading a little more, the command exists in the 5.1.
What is the correct command for 5.5?
There is no such command in creating
commandi at least did not see in the documentation, if by chance saw post the link!– novic
@Virgilionovic, I couldn’t find it in the documentation. Several videos on the internet use this command in previous versions, I even installed an earlier version and it worked. I’m not finding a way to use this command on Laravel 5.5.
– B. A.
I haven’t tested this command, but you don’t even need to use... why use it??? what will change?
– novic
Agility, the file is created with the interfaces and Treats.
– B. A.