Skip to content

Commit 536718d

Browse files
authored
Merge branch 'master' into 3.0
2 parents 05ad905 + 1f7f343 commit 536718d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is a package developed by us for internal use. It is supposed to help us du
1717
This package is indended to be used only for development, not for production. Because of that we recommend to use `require-dev`:
1818

1919
``` bash
20-
composer require-dev webfactor/laravel-generators
20+
composer require --dev webfactor/laravel-generators
2121
```
2222

2323
## Usage
@@ -32,6 +32,7 @@ php artisan make:entity {entity_name} {--schema=} {--migrate} {--ide=} {--git}
3232
- `--ide=`: will open all files in your prefered [IDE](#open-files-in-ide)
3333
- `--git`: will add all files to [git](#add-files-to-git)
3434

35+
3536
If you want to add Services, Naming classes, Field Types, or IDE Opener you have to publish the config-file:
3637

3738
``` bash

0 commit comments

Comments
 (0)