Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Releases: rossity/laravel-modelgenerator

1.1.9

29 Oct 19:43
Compare
Choose a tag to compare
Fixed generating models

1.1.8

29 Oct 18:06
Compare
Choose a tag to compare
Closes #19

1.1.7

22 Oct 20:32
Compare
Choose a tag to compare
Update packages

1.1.6

17 Aug 14:02
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/rossity/laravel-modelgene…

1.1.5

17 Aug 13:27
Compare
Choose a tag to compare
Changes to generate:model command and controller.stub

- fixed how validation and nullable are added to requests
- added info to each method
- controllers are now added to the 'Api' folder
- routes are now either appended to file or added to apiResources array
- you can now specify which item to scaffold in the generate command

1.1.4

17 Aug 11:27
Compare
Choose a tag to compare
Added createPolicy method

Adjusted controller methods

1.1.3

09 Aug 13:20
Compare
Choose a tag to compare
  • field types are now able to take constraints
  • some field type validations are smarter
  • no longer need to add relationship field
  • now adds basic faker seeds to factories

1.1.1

03 Aug 12:59
2615918
Compare
Choose a tag to compare
Create README.md

1.1

30 Jul 21:24
899852d
Compare
Choose a tag to compare
1.1
Update controller.stub

1.0.0

30 Jul 21:18
Compare
Choose a tag to compare
first commit