From 858dd40844a02b7077a389d776b5c3ff7aecf312 Mon Sep 17 00:00:00 2001 From: Ahmed Fathy Date: Mon, 28 Jan 2019 22:25:55 +0200 Subject: [PATCH] Install doctrine/dbal on development (#753) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 640e557..f6c608f 100644 --- a/readme.md +++ b/readme.md @@ -97,11 +97,11 @@ The `Illuminate/Support/helpers.php` is already set up, but you can add/remove y ### Automatic phpDocs for models -> You need to require `doctrine/dbal: ~2.3` in your own composer.json to get database columns. +> You need to add `doctrine/dbal: ~2.3` to require-dev in your own composer.json to get database columns. ```bash -composer require doctrine/dbal +composer require --dev doctrine/dbal ``` If you don't want to write your properties yourself, you can use the command `php artisan ide-helper:models` to generate