Laravel 8 Native Support
This release aims to add a native laravel 8 support. To do this the following changes were made:
- Add namespace Database\Seeders; namespace to the seed stub.
- Change config to point to the default database/seeders/ directory over the laravel 7 database/seeds
- Change the Stubs directory to stubs
Since some breaking changes were introduced, the version is bumped to a major release.