Skip to content

Releases: specialtactics/l5-api

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 <max@covergenius.com>

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

Chore release for version support

19 Aug 15:13
Compare
Choose a tag to compare

Still allow PHP 7.3 in version 3.x.x line of package

Support for Laravel's model policy direct responses

19 Aug 15:06
6b5f3a6
Compare
Choose a tag to compare

From PR #54 - Support for Laravel's model policy direct responses

This allows the return of Response object from a model policy.

PHP 8 support

30 Jan 14:23
f87852b
Compare
Choose a tag to compare

Feedback welcome

Switch jwt-auth repo

30 Jan 14:00
87546a5
Compare
Choose a tag to compare

Switched to a community fork of the jwt-auth repo for maintenance reasons (old repo no longer actively maintained).
https://github.com/PHP-Open-Source-Saver/jwt-auth

While this is not a breaking change per say, you will likely need to update a couple of mentions of files of this repo in your code to a new namespace. For example:
https://github.com/specialtactics/l5-api/pull/51/files

The simple instruction is to replace all the occurrences of Tymon\JWTAuth with PHPOpenSourceSaver\JWTAuth