Creating new artisan command
Created 7 years ago by apolo13Hey,
Basically I need to create a new artisan command, and when I run php artisan make:command SomethingUseful it does create it but I don't see Kernel.php file in there (why?) also even after adding it manually, somehow this new command is not visible... strange... What should I do?
Cheers
ryanthompson
—
7 years ago
Try to register it here
/config/streams.php