Skip to content

Releases: laracasts/Laravel-5-Generators-Extended

1.1.3

31 Dec 18:45
Compare
Choose a tag to compare
  • Fixes for Laravel 5.2

1.1.2

13 Oct 18:14
Compare
Choose a tag to compare
Merge pull request #27 from NightfallSD/master

Path to generated migrations and seeds modified

1.1.1

07 May 15:54
Compare
Choose a tag to compare
Remove unnecessary argument

Version 1.1

02 Mar 19:28
Compare
Choose a tag to compare

Add :foreign option to migration schema generator. Allows you to rapidly add foreign constraints to your migration files.

Version 1.0.3

28 Feb 14:44
Compare
Choose a tag to compare

Spaces for --schema are now optional.

Version 1.0.2

26 Feb 20:43
Compare
Choose a tag to compare
Merge branch 'master' of github.com:laracasts/Laravel-5-Generators-Ex…

Version 1.0.1

26 Feb 06:52
Compare
Choose a tag to compare
Make sure arguments can be passed to types

Version 1.0

26 Feb 05:06
Compare
Choose a tag to compare

Contains:

  • make:migration:schema (Which also will generate an Eloquent model.)
  • make:migration:pivot
  • make:seed