Open Jamesking56 opened 4 years ago
I suggest to override the console command itself
+1
It's already added to Laravel 7
@crynobone I see in 7.x where some commands are resolving the stub path.
But some commands don't.
Any insight on why some don't?
For example, when we run
php artisan make:migration ...
it generates a migration from a stub.It would be helpful (especially in larger teams) to customise these stubs to follow certain coding standards and practices.