Looking to hire Laravel developers? Try LaraJobs

api-laravel-crud maintained by experteam

Description
Library to help with Laravel api CRUDs definition
Last update
2025/11/18 19:36 (dev-master)
License
Downloads
10 755

Comments
comments powered by Disqus

API Laravel CRUD

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.