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