We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f12b8 commit 6276ddfCopy full SHA for 6276ddf
README.md
@@ -1,9 +1,14 @@
1
# Laravel CRUD Generator
2
+Generate a CRUD scaffold like a breeze.
3
4
### Installation
5
`$ composer require mehradsadeghi/laravel-crud-generator`
6
7
### Usage
-###### 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
13
14

0 commit comments