experteam / api-laravel-interface
Library to help with Laravel Interfaces Libraries
3.0.5
2024-11-20 17:44 UTC
Requires
- php: ^8.1 || ^8.2
- ext-json: *
- experteam/api-laravel-base: ^2.0
- laravel/framework: ^9.0 || ^10.0 || ^11.0
- mongodb/laravel-mongodb: ^3.9
This package is auto-updated.
Last update: 2024-11-20 17:50:56 UTC
README
Base service providers to manage interface 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-interface
Update
Run the composer command to update the package:
composer update experteam/api-laravel-interface