Skip to content

Releases: specialtactics/l5-api

Moving to gitlab CI, supports Laravel 10

15 Jul 09:42
bff7360
Compare
Choose a tag to compare
CI updates, readme updates, laravel 10 updates (#71)

* Adds ci and readme updates

* Laravel 10 updates for dev

* Probably don't need this, can do it in test setup if need be

Log errors during resource persist

24 Jan 01:18
9c2ed2a
Compare
Choose a tag to compare

Log errors during resource persist & update

Minor bugfix

24 May 14:27
a7c4a2c
Compare
Choose a tag to compare

Minor bugfixes as a result of newer dependencies

14 May 11:46
3cf58a5
Compare
Choose a tag to compare

Further generator improvements

28 Apr 13:12
470d444
Compare
Choose a tag to compare

Allow for triple generators - user custom, boilerplate, falling back to laravel

Fixed stubs path

28 Apr 12:31
1815c11
Compare
Choose a tag to compare

Minor release to fix the path of stubs in generator commands

Added back generators

20 Apr 16:12
3522366
Compare
Choose a tag to compare

For generators which used to exist using our own stubs, they are all back now except for migration, to be added later, as it's a bit more tricky - though doable, I just need to think about whether to override the Laravel one or just add our own custom one.

Adds logs for non displayed errors

28 Feb 13:05
c73d93f
Compare
Choose a tag to compare

Updates to deps for jwt-auth

07 Jan 05:00
4b280c8
Compare
Choose a tag to compare
Allow jwt package v2 (#57)

Co-authored-by: Max <[email protected]>

Formal Laravel 9 support

20 Aug 09:22
36aabcb
Compare
Choose a tag to compare
Add laravel 9 support (#56)

* Add laravel 9 support

* Update readme

* Update travis testing versions

* Update travis laravel version