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 6a9e17c commit 999a3fbCopy full SHA for 999a3fb
README.md
@@ -10,7 +10,7 @@ It works based on your `$fillable` property of the target model.
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
-As an example when `$fillables` is available:
+As an example when `$fillable` is available:
14
15
`$ php artisan make:crud UserController --model=User --validation`
16
0 commit comments