-
Notifications
You must be signed in to change notification settings - Fork 10
Command "make:command" is not defined. #8
Comments
This package doesn't register any commands... |
Then documentation is wrong I guess. https://laravelcollective.com/docs/5.2/bus#creating-commands
|
how to fix this error =.=' |
There is no error, the docs just say this command exists, and it doesn't. :) |
Just use laravel's job generating command (if it's not been removed - i can't recall). |
this appears to be still an issue. Moreover, we use an Excel package that requires this package, when installing this one the queue just wont work. it wont listen and it returns the following error
when i remove the collective service provider from the config/app.php file and use the default Laravel one everything goes back to normal. Anyone else experienced the same thing? I can't understand the difference between the two, i am not sure why the collective one is better/worse or why one would need to use it over the default Laravel queue and jobs. Thanks. |
Looks like this is now |
@jon-frankel What Laravel version are you trying this on? |
@poisa 5.4.5 |
@jon-frankel Hmmm... I can only confirm that at 5.4.16 this works.
|
I have got the same issue. My Laravel version is 5.4.36 [Symfony\Component\Console\Exception\CommandNotFoundException] |
I get this using latest Lumen (Homestead/Vagrant) |
I have an issue in laravel5.6 when i run "php artisan make:resource ProductResource" it responses me "command not defined" can anybody help me pls |
as the subject, i did it follow the tutorial, please help, thanks
The text was updated successfully, but these errors were encountered: