From 0ce167aed8ed83fb8104d531a2b365c010c4def5 Mon Sep 17 00:00:00 2001 From: "Md. Zubaer Ahammed" Date: Wed, 14 Feb 2018 01:48:45 +0600 Subject: [PATCH] Update README.md 5.2.x-dev creates an Error: Method Zizaco\Entrust\MigrationCommand::handle() does not exist on Laravel 5.5. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd95559e..682f1249 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ contains the latest entrust version for Laravel 4. 1) In order to install Laravel 5 Entrust, just add the following to your composer.json. Then run `composer update`: ```json -"zizaco/entrust": "5.2.x-dev" +"zizaco/entrust": "dev-master" ``` 2) Open your `config/app.php` and add the following to the `providers` array: