Skip to content

Commit 5cb564a

Browse files
authored
Update README.md
1 parent 779210d commit 5cb564a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Quickly generate Backpack templated Models, Requests, Views and Config files for
1818
Via Composer
1919

2020
``` bash
21-
composer require backpack/generators --dev
21+
composer require --dev backpack/generators
2222
```
2323

2424
## Usage
@@ -37,8 +37,9 @@ php artisan backpack:build
3737
``` bash
3838
php artisan backpack:crud {Entity_name}
3939

40-
# this will create a Model if there isn't one, or add
41-
# our CrudTrait to the model if it already exists
40+
# Use singular, either PascalCase, snake_case or kebab-case.
41+
# This will create a Model if there isn't one, or add
42+
# our CrudTrait to the model if it already exists.
4243
```
4344

4445
- Generate a new Backpack\CRUD file:

0 commit comments

Comments
 (0)