Download the PHP package ravuthz/laravel-crud without Composer
On this page you can find all versions of the php package ravuthz/laravel-crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ravuthz/laravel-crud
More information about ravuthz/laravel-crud
Files in ravuthz/laravel-crud
Download ravuthz/laravel-crud
More information about ravuthz/laravel-crud
Files in ravuthz/laravel-crud
Vendor ravuthz
Package laravel-crud
Short Description A Laravel package providing a base controller for CRUD operations.
License MIT
Package laravel-crud
Short Description A Laravel package providing a base controller for CRUD operations.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-crud
Laravel Crud Trait and Service for API
Install Package via Composer
Usage
Generate Crud Controller and Test
Use by follow sample PostController and PostControllerTest
First create:
- Create controller model, and migration via
php artisan make:model Post -mc
command - Create request via
php artisan make:request PostRequest
command - Create resource via
php artisan make:resource PostResource
command
Then you can use the following sample code to make it as crud controller and test.
All versions of laravel-crud with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
illuminate/support Version ^7.0|^8.0|^9.0|^10.0|^11.0
illuminate/console Version ^7.0|^8.0|^9.0|^10.0|^11.0
illuminate/support Version ^7.0|^8.0|^9.0|^10.0|^11.0
illuminate/console Version ^7.0|^8.0|^9.0|^10.0|^11.0
The package ravuthz/laravel-crud contains the following files
Loading the files please wait ....