Skip to content

Commit 6276ddf

Browse files
committed
Updating readme.
1 parent f2f12b8 commit 6276ddf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Laravel CRUD Generator
2+
Generate a CRUD scaffold like a breeze.
23

34
### Installation
45
`$ composer require mehradsadeghi/laravel-crud-generator`
56

67
### Usage
7-
###### It works based on your `fillable` property of the target model.
8+
It works based on your `$fillable` property of the target model.
9+
10+
If you would like to use `$guarded` instead of `$fillable`, It is supported too.
11+
In that case you'll need to have an existing `Schema` (table), Then the crud generator will autimatically figures out your fillables.
12+
813

914
![laravel-crud-generator](https://user-images.githubusercontent.com/31504728/92512225-b99be400-f223-11ea-84ba-bbfb55d1babd.gif)

0 commit comments

Comments
 (0)