Skip to content

Laravel 8 Native Support

Compare
Choose a tag to compare
@tihomiro tihomiro released this 14 Dec 11:36
· 9 commits to master since this release
a6c54d2

This release aims to add a native laravel 8 support. To do this the following changes were made:

  1. Add namespace Database\Seeders; namespace to the seed stub.
  2. Change config to point to the default database/seeders/ directory over the laravel 7 database/seeds
  3. Change the Stubs directory to stubs

Since some breaking changes were introduced, the version is bumped to a major release.