Releases: specialtactics/l5-api
Further generator improvements
Allow for triple generators - user custom, boilerplate, falling back to laravel
Fixed stubs path
Minor release to fix the path of stubs in generator commands
Added back generators
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
Further info: #59
Updates to deps for jwt-auth
Allow jwt package v2 (#57) Co-authored-by: Max <max@covergenius.com>
Formal Laravel 9 support
Add laravel 9 support (#56) * Add laravel 9 support * Update readme * Update travis testing versions * Update travis laravel version
Chore release for version support
Still allow PHP 7.3 in version 3.x.x line of package
Support for Laravel's model policy direct responses
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
Feedback welcome
Switch jwt-auth repo
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