Download the PHP package mrcookie/simple-api-crud-generator without Composer
On this page you can find all versions of the php package mrcookie/simple-api-crud-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mrcookie/simple-api-crud-generator
More information about mrcookie/simple-api-crud-generator
Files in mrcookie/simple-api-crud-generator
Package simple-api-crud-generator
Short Description This is my package simple-api-crud-generator
License MIT
Homepage https://github.com/mrcookie/simple-api-crud-generator
Informations about the package simple-api-crud-generator
Laravel API CRUD Generator
The Laravel CRUD Generator is a command-line tool designed to streamline the process of creating CRUD (Create, Read, Update, Delete) operations for your Laravel-based RESTful API. It automates the generation of actions, routes, and resources, allowing you to quickly set up endpoints for managing your application's data models.
Installation
You can install the package via composer:
Usage
and then you will get this routes with the related actions so you can customize everything to your needs:
Im using "spatie/laravel-query-builder": "^5.3"
to handle query and filtering. u can see "spatie/laravel-query-builder": "^5.3"
https://spatie.be/docs/laravel-query-builder/v5/introduction
You can specified allowedFilters
and allowedFields
in your model
Example
Notes
-
this Package Uses Laravel Actions for the crud operations
- this Package Uses Scramble To Generate API Documentation
Scramble Docs
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- oOMrCookieOo
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of simple-api-crud-generator with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0
spatie/laravel-query-builder Version ^5.3
lorisleiva/laravel-actions Version ^2.7
dedoc/scramble Version ^0.8.3
doctrine/dbal Version ^3.6