Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Releases: Saritasa/php-laravel-controllers

3.4.0

07 Aug 08:01
Compare
Choose a tag to compare

Extend the 3.3.5 version to support Laravel 11.

5.0.1 beta

12 Jan 22:09
08c343b
Compare
Choose a tag to compare

Fix JWT auth

5.0.0 alpha

12 Jan 19:36
161d801
Compare
Choose a tag to compare
5.0.0 alpha Pre-release
Pre-release
  • Update to Laravel 9, 10
  • Drop PHP 7.x support
  • Throw away dingo/api package
  • Use tymon/jwt-auth 2.0
  • Get rid of BaseApiController
  • Add Saritasa\LaravelControllers\Responses\ResponsesTrait
  • Accomodate PagingInfo class from saritasa/dingo-api-custom

4.1.0

08 Jan 11:48
c6565c0
Compare
Choose a tag to compare

Add ILoginRequest interface for customizable login validation rules

4.0.2

26 Jul 10:13
5912cb6
Compare
Choose a tag to compare

Fix default transformer registration - BaseTransformer is used

4.0.1

21 Jul 06:23
c37a895
Compare
Choose a tag to compare

Remove custom router and resolvers

4.0.0

20 Jul 15:12
3404df4
Compare
Choose a tag to compare

3.3.5

02 Nov 09:15
60a3f5b
Compare
Choose a tag to compare

Require release tymon/jwt-auth version instead of RC

3.3.4

30 Apr 15:41
d6c53da
Compare
Choose a tag to compare

If token refresh failed return 403 code, not 401 - to prevent infinite refresh loop easier

3.3.3

25 Feb 08:20
d9fcece
Compare
Choose a tag to compare

Changes:

  • Fix issue with wrong method name create instead of store in ResourceApiController