Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jad Salhani authored and Jad Salhani committed Oct 29, 2017
1 parent 0b8fd6c commit eef4cc8
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit eef4cc8

Please sign in to comment.