experteam / api-laravel-base
Library to help with Laravel api Authentication
2.3.1
2026-01-08 16:32 UTC
Requires
- php: ^8.1 || ^8.2 || ^8.3
- ext-json: *
- illuminate/http: ^9.0 || ^10.0 || ^11.0 || ^12.0
- illuminate/support: ^9.0 || ^10.0 || ^11.0 || ^12.0
This package is auto-updated.
Last update: 2026-02-08 16:51:05 UTC
README
Base service providers to manage crud services
It includes:
- Model paginate: Trait to manage pagination, it can manage limit, offset and order by.
Install
Run the following commands to install:
composer require experteam/api-laravel-base
Change the
Update
Run the composer command to update the package:
composer update experteam/api-laravel-base