--model=true to create one - 67dc4dc02ccd89a6dc9bd1a29e9625cd9beba4ab;make:seeder command since that was only needed in Laravel 5.0; all Laravel versions since then have provided a native make:seed that does the same thing;make:model command; fixes bug https://github.com/laracasts/Laravel-5-Generators-Extended/issues/40 ;--path=smth to change where migrations are generated #90 ;See the v2 board
laravel/helpers dependency (replaced helpers with their Str::smth() and Arr::smth() equivalents);Added Laravel 6 support
Maintenance release - allows developers to install it normally instead of composer require laracasts/generators:master --dev
Add :foreign option to migration schema generator. Allows you to rapidly add foreign constraints to your migration files.
Spaces for --schema are now optional.
Contains:
make:migration:schema (Which also will generate an Eloquent model.)make:migration:pivotmake:seedHow can I help you explore Laravel packages today?