Skip to content

v0.3.0

Compare
Choose a tag to compare
@noahfrederick noahfrederick released this 28 Sep 00:22
· 11 commits to master since this release
v0.3.0
  • 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.
  • Add test suite and CI.