From eef4cc8b01b3414480e749c444d745b8434f55d8 Mon Sep 17 00:00:00 2001 From: Jad Salhani Date: Sun, 29 Oct 2017 22:09:26 +0200 Subject: [PATCH] updated readme --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dc1c4e9..9fb3bdf 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ World Countries & Cities A Laravel package for using world's popular countries and cities. +## Supports + +- Laravel 5.5+ + ## Features - Add the countries/cities to the database using migration and seeders. @@ -15,15 +19,8 @@ Require the package with composer: composer require alakkad/world-countries-cities ``` -Add the ServiceProvider to the providers array in config/app.php -``` -'Alakkad\WorldCountriesCities\WorldCountriesCitiesServiceProvider', -``` - -Copy the package config and migrations files to your local directories with: -``` -php artisan vendor:publish -``` +The ServiceProvider will be added to the providers array in config/app.php through +auto-discovery ## Usage