Releases: laracasts/Laravel-5-Generators-Extended
Releases · laracasts/Laravel-5-Generators-Extended
1.1.3
1.1.2
Merge pull request #27 from NightfallSD/master Path to generated migrations and seeds modified
1.1.1
Remove unnecessary argument
Version 1.1
Add :foreign option to migration schema generator. Allows you to rapidly add foreign constraints to your migration files.
Version 1.0.3
Spaces for --schema are now optional.
Version 1.0.2
Merge branch 'master' of github.com:laracasts/Laravel-5-Generators-Ex…
Version 1.0.1
Make sure arguments can be passed to types
Version 1.0
Contains:
make:migration:schema
(Which also will generate an Eloquent model.)make:migration:pivot
make:seed