This repository was archived by the owner on Aug 27, 2024. It is now read-only.
Releases: Saritasa/php-laravel-controllers
Releases · Saritasa/php-laravel-controllers
3.4.0
Extend the 3.3.5 version to support Laravel 11.
5.0.1 beta
5.0.0 alpha
- 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
4.0.2
4.0.1
4.0.0
- Add PageRequest, ChangePassword request
- Depend on saritasa/laravel-fluent-validation and saritasa/dingo-api-custom
- Remove ApiResourceRegistrar and WebResourceRegistrar (standard router is enough)
3.3.5
3.3.4
3.3.3
Changes:
- Fix issue with wrong method name
create
instead ofstore
in ResourceApiController