From 0fbdb34b13a04ee0ca74ecf03925a1a892e758bc Mon Sep 17 00:00:00 2001 From: Amir Yousefi Date: Thu, 14 May 2020 13:05:56 +0430 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba9a2b5..63772c2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Although the `laravel-permission` package does most of the work, you could easil ### Installation Start with installing the package through the composer. Run this command in your terminal: ``` -$ composer install amir/laravel-permission +$ composer require amir/laravel-permission ``` After that, you need to run the migration files: