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 8c33c3b commit f117e24Copy full SHA for f117e24
README.md
@@ -10,7 +10,7 @@ Generate a CRUD scaffold like a breeze.
10
It works based on your `$fillable` property of the target model.
11
12
If you would like to use `$guarded` instead of `$fillable`, It is supported too.
13
-In that case you'll need to have an existing `Schema` (table), Then the crud generator will autimatically figures out your fillables.
+In that case you'll need to have an existing `Schema` (table), Then the crud generator will automatically figures out your fillables.
14
15
As an example when `$fillable` is available:
16
0 commit comments