experteam/api-laravel-base

Library to help with Laravel api Authentication

v2.1.0 2023-07-10 17:19 UTC

This package is auto-updated.

Last update: 2024-04-10 19:15:40 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

License

MIT license.