All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Align braces in migration stubs with php-cs-fixer codestyle
- Use
Schema::table
in update migration
- Use anonymous migrations
- Require Laravel
^8.37 || ^9
- Support Laravel 9
- Add
factory.stub
- Make seeders final
- Add
seeder.stub
- Add
migration.create.stub
- Add
migration.update.stub
- Make migrations and commands
final class
- Add
migration.stub
- Add
console.stub