@3:44 in the video you have the joke project and the laravel default oob project are they parallel or is the joke project INSIDE of the base laravel project?
You must be on an older version where you need to register your commands in the Kernel file. I cannot remember but Laravel made it automatic around version 5 where they automatically showed up.
thank you for this video . because so many help me to create my own package .
crystal & clear explanation... Good job.... 👏👏👌👍
Where did artisan package appear from? Missing step 😫
Awesome. Can you do one where you add vuejs to the package for the frontend view?
You mean where you make a front end package that requires VueJs? or something else?
@@Laracademy Yes. I have created a packed that has a backend, however now I have been struggling to have vue js for my frontend.
So sad you left these videos 3 years ago. :'(
@3:44 in the video you have the joke project and the laravel default oob project are they parallel or is the joke project INSIDE of the base laravel project?
which laravel version are you using at the video ?
Giving me error ....\ArtisanJokeServiceProvider.php does not comply with psr-4 autoloading standard. Skipping.
My problem is the custom command not listed on artisan ...
You must be on an older version where you need to register your commands in the Kernel file. I cannot remember but Laravel made it automatic around version 5 where they automatically showed up.
Confusing ..