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 34bf45c commit 8c33c3bCopy full SHA for 8c33c3b
README.md
@@ -1,7 +1,7 @@
1
# Laravel CRUD Generator
2
Generate a CRUD scaffold like a breeze.
3
4
-*Compatible with Laravel **5.x** **6.x** **7.x** **8.x***
+*Compatible with Laravel **5.x** **6.x** **7.x** **8.x***.
5
6
### Installation
7
`$ composer require mehradsadeghi/laravel-crud-generator`
@@ -24,4 +24,4 @@ You can modify default stubs by publishing them:
24
`$ php artisan crud:publish`
25
26
The published stubs will be located within `stubs/crud` directory in the root of your application.
27
-Any changes you make to these stubs will be reflected when you generate crud.
+Any changes you make to these stubs will be reflected when you generate crud.
0 commit comments