Releases: laracasts/Laravel-5-Generators-Extended
Releases · laracasts/Laravel-5-Generators-Extended
v2.0.2
v2.0.1
- Adds Laravel 9 support
2.0.0
Breaking Changes
- by default no model is created, you have to specify
--model=true
to create one - 67dc4dc; - dropped support for Laravel 5.x - 5e8bfbb; don't worry, we've added support for Laravel 8 to the v1 branch before releasing 2.0.0;
- removed the
make:seeder
command since that was only needed in Laravel 5.0; all Laravel versions since then have provided a nativemake:seed
that does the same thing;
Fixes
- #43 - prevented situation where two migrations were generated, one by this package and one by Laravel's
make:model
command; fixes bug #40 ;
Improvements
- #165 Use bigInteger by default on pivot tables - fixes #144; here's why;
- write migration name in command prompt after creation #126;
- ability to specify
--path=smth
to change where migrations are generated #90 ; - #158 - dump autoload after creating Model ;
To Do
See the v2 board
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
Laravel 5.5 Compatibility
- added package auto-discovery
- added support for Laravel 5.5 (backwards-compatible)