DEV Community

Discussion on: Making a custom Artisan Command in Laravel 5.4

Collapse
 
backendcoding profile image
backendcoding

I have been trying to find this out. Maybe you can help me. I was wanting to know do you have to remake these commands for different projects or new projects that you make?

Collapse
 
enkaypeter profile image
Nkere-Awaji Inwan

Yeah you have to. If you check the list of artisan commands using php artisan list, the custom command you make for project A won't be visible in project B.In other words, The commands are project specific