From 074c11eba765660d7d2576e2d73820c37154ccc8 Mon Sep 17 00:00:00 2001 From: "Mateus Felipe C. C. Pinto" Date: Wed, 3 Jan 2018 16:25:34 -0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0defe6b..221a38b 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ Add `webpatser/laravel-countries` to `composer.json`. Run `composer update` to pull down the latest version of Country List. -**If you're using Laravel 5.5, you don't have to edit `app/config/app.php`.** - Edit `app/config/app.php` and add the `provider` and `filter` 'providers' => [ @@ -52,4 +50,4 @@ You may now run it with the artisan migrate command: $ php artisan migrate --seed -After running this command the filled countries table will be available \ No newline at end of file +After running this command the filled countries table will be available