experteam/api-laravel-crud
Library to help with Laravel api CRUDs definition
12,234
| Install | |
|---|---|
composer require experteam/api-laravel-crud |
|
| Latest Version: | 3.7.5 |
| PHP: | ^8.1 || ^8.2 || ^8.3 |
| License: | MIT |
| Last Updated: | Sep 10, 2026 |
| Links: | GitHub · Packagist |
Maintainer: experteam-mx
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
Related Packages
serverfireteam/rapyd-laravel
crud widgets for laravel 5.1, to make an admin in few lines of code
32,886
4