Download the PHP package mehradsadeghi/laravel-crud-generator without Composer
On this page you can find all versions of the php package mehradsadeghi/laravel-crud-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mehradsadeghi/laravel-crud-generator
More information about mehradsadeghi/laravel-crud-generator
Files in mehradsadeghi/laravel-crud-generator
Package laravel-crud-generator
Short Description Generate CRUD for your laravel application like a breeze
License MIT
Homepage https://github.com/mehradsadeghi/laravel-crud-generator
Informations about the package laravel-crud-generator
Laravel CRUD Generator
Generate a CRUD scaffold like a breeze.
Compatible with Laravel 5.x 6.x 7.x 8.x 9.x 10.x 11.x.
Installation
$ composer require mehradsadeghi/laravel-crud-generator
Usage
It works based on your $fillable
property of the target model.
If you would like to use $guarded
instead of $fillable
, It is supported too.
In that case you'll need to have an existing Schema
(table), Then the crud generator will automatically figures out your fillables.
As an example when $fillable
is available:
$ php artisan make:crud UserController --model=User --validation
Customizing Stubs
You can modify default stubs by publishing them:
$ php artisan crud:publish
The published stubs will be located within stubs/crud
directory in the root of your application.
Any changes you make to these stubs will be reflected when you generate crud.
Your Stars Matter
If you find this package useful and you want to encourage me to maintain and work on it, Just press the star button to declare your willing.
Reward me with a cup of tea :tea:
Send me as much as a cup of tea worth in your country, so I'll have the energy to maintain this package.
- Ethereum: 0x2D5BFdEc132F9F0E9498Fb0B58C800db4007D154