From a08af7b4dc5969d7e62e7f559b9fcf70703ba52b Mon Sep 17 00:00:00 2001 From: Yousuf Khan Ratul Date: Thu, 5 Apr 2018 23:35:28 +0600 Subject: [PATCH] Update readme for laravel 5.5 installation Many people facing this issue [#826](https://github.com/Zizaco/entrust/issues/826). This should be in installation doc. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fd95559e..d9bdcd46 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ contains the latest entrust version for Laravel 4. "zizaco/entrust": "5.2.x-dev" ``` +If you are using laravel 5.5 or higher you need to add the following to your composer.json instead of previous one. + +```json +"zizaco/entrust": "dev-master" +``` + 2) Open your `config/app.php` and add the following to the `providers` array: ```php