I'm starting in Laravel. I installed 5.5 and after exceeding this command
php artisan make: command MyCommand --queued
The error is as follows: "--queued" option does not exist.
Reading a little more, the command exists in 5.1. What is the correct command for 5.5?