From 03332f145262d8a645d702061b1374267aee9f60 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Sat, 24 Nov 2018 09:08:36 +0800 Subject: [PATCH] Add notice for laravel 5.5 with php ^7.1 --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index bd9cc13..f03a45c 100644 --- a/readme.md +++ b/readme.md @@ -51,6 +51,11 @@ $ composer require luthfi/simple-crud-generator --dev ``` > For Laravel 5.5 or later, the package will **auto-discovered** and ready to go. +> +> **For Laravel 5.5 with php ^7.1**, we get some [dependency issue](https://github.com/nafiesl/SimpleCrudGenerator/issues/6#issuecomment-441333411). To install this package, we need to: +> +> - Add `luthfi/simple-crud-generator` manually on **require-dev** in `composer.json` file. +> - Then run `composer update`. #### For Laravel 5.4