Skip to content

Commit 858dd40

Browse files
ahmed-aliraqibarryvdh
authored andcommitted
Install doctrine/dbal on development (barryvdh#753)
1 parent 4cd11a4 commit 858dd40

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
@@ -97,11 +97,11 @@ The `Illuminate/Support/helpers.php` is already set up, but you can add/remove y
9797

9898
### Automatic phpDocs for models
9999

100-
> You need to require `doctrine/dbal: ~2.3` in your own composer.json to get database columns.
100+
> You need to add `doctrine/dbal: ~2.3` to require-dev in your own composer.json to get database columns.
101101
102102

103103
```bash
104-
composer require doctrine/dbal
104+
composer require --dev doctrine/dbal
105105
```
106106

107107
If you don't want to write your properties yourself, you can use the command `php artisan ide-helper:models` to generate

0 commit comments

Comments
 (0)