experteam / api-laravel-interface
Library to help with Laravel Interfaces Libraries
Package info
github.com/experteam-mx/api-laravel-interface
pkg:composer/experteam/api-laravel-interface
3.11.2
2026-03-31 16:04 UTC
Requires
- php: ^8.1 || ^8.2 || ^8.3
- ext-json: *
- experteam/api-laravel-base: ^2.0
- experteam/api-laravel-crud: ^3.0
- laravel/framework: ^9.0 || ^10.0 || ^11.0 || ^12.0
- mongodb/laravel-mongodb: ^3.9 || ^4.8 || ^5.1.0
This package is auto-updated.
Last update: 2026-05-31 00:24:28 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