Skip to content

Commit 8c33c3b

Browse files
committed
Updating readme.md
1 parent 34bf45c commit 8c33c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Laravel CRUD Generator
22
Generate a CRUD scaffold like a breeze.
33

4-
*Compatible with Laravel **5.x** **6.x** **7.x** **8.x***
4+
*Compatible with Laravel **5.x** **6.x** **7.x** **8.x***.
55

66
### Installation
77
`$ composer require mehradsadeghi/laravel-crud-generator`
@@ -24,4 +24,4 @@ You can modify default stubs by publishing them:
2424
`$ php artisan crud:publish`
2525

2626
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.
27+
Any changes you make to these stubs will be reflected when you generate crud.

0 commit comments

Comments
 (0)