kra / ivory-cities
The Laravel Framework.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 4
Type:project
Requires
- php: >=5.0
- fideloper/proxy: ^4.0
- laravel/framework: >=5.2
- laravel/tinker: ^1.0
Requires (Dev)
- facade/ignition: ^1.4
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2025-03-29 00:59:02 UTC
README
This package retrieve all the ivory cities
Getting Started
Prerequisites
What things you need to install the software and how to install them
php: ^7.1.3
laravel/framework: 5.*
mtownsend/xml-to-array: ^1.0
Installing
composer require kra/ivory-cities
publish the Service provider
php artisan vendor:publish --tag= Kra\IvoryCities\IvoryCitieServiceProvider
migration, execute this command to create the cities table in your database
php artisan migrate --path=/database/migrations/2019_10_14_151527_create_cities_table.php
seeds, execute this command to populate your cities table with all the ivory cost cities
php artisan db:seed --class=CitiesTableSeeder