You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for all :Artisan make:* subcommands up to Laravel 8.
Fix :Artisan make:seeder and :Eseeder in Laravel 8.
Fix :Artisan make:migration and :Emigration in all versions.
Make the {namespace} placeholder work in projectionist templates for files outside of the app/ directory, such as those in database/factories/, database/seeders/, and tests/.
Make provided projectionist templates more consistent across the board.