Skip to content

Releases: tiagomichaelsousa/LaravelResources

v3.0.0

06 May 13:47
124fa0d
Compare
Choose a tag to compare
  • feat(laravel): support for laravel 10.x #84

v2.0.1

26 Sep 14:05
2e8d2a7
Compare
Choose a tag to compare
  • fix(config): support lumen config files #78
  • fix(stubs): add missing ; on migration stub #79

V2.0

29 Sep 22:05
965c4b7
Compare
Choose a tag to compare

Add L8 support

v1.7

07 Apr 17:16
466c8e1
Compare
Choose a tag to compare
  • add custom migrations, seeds and factories
  • change $request->all() to $request->validated()

v.16

25 Mar 10:13
53fdac5
Compare
Choose a tag to compare
  • fix issue controller name with prefix and suffix in RouteGenerator

v1.5

23 Mar 18:04
5f55cea
Compare
Choose a tag to compare
Apply fixes from StyleCI (#20)

v1.4

10 Mar 16:57
Compare
Choose a tag to compare

Update to Laravel 7.x

v1.3

30 Jan 18:12
9c8f16c
Compare
Choose a tag to compare
docs(readme): add demo gif and missing badges (#9)

* docs(readme): add demo gif and missing badges

v1.2

30 Jan 13:39
b87e04c
Compare
Choose a tag to compare
Add feedback after model creation (#8)

* Add feedback after model creation

* Apply fixes from StyleCI (#7)

v1.1

30 Jan 13:38
b2cd82e
Compare
Choose a tag to compare
Allow to create the model if it does not exist (#6)

* Change composer.json configuration and add coverage report to gitignore

* Allow to create the model if it does not exist

* Apply fixes from StyleCI (#4)

* fix docs

* Apply fixes from StyleCI (#5)