experteam/api-laravel-crud

Library to help with Laravel api CRUDs definition

Installs: 9 242

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/experteam/api-laravel-crud

3.4.1 2025-08-29 16:25 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-crud

php artisan vendor:publish --tag=lang

Update

Run the composer command to update the package:

composer update experteam/api-laravel-crud

Use advanced Queries with mongoDB

To use advanced queries on mongoDB you need to add a public property to your model to identify it as a MongoDB collection
public bool $isMongoDB = true;

License

MIT license.