smart-over/countries

There is no license information available for the latest version (v3.0.0) of this package.

v3.0.0 2019-11-07 11:03 UTC

This package is not auto-updated.

Last update: 2024-05-18 04:05:26 UTC


README

Install

composer require smart-over/countries

Lumen register

$app->register(\SmartOver\Countries\CountriesServiceProvider::class);

Migrate for country tables

php artisan migrate

Fetch all countries

php artisan countries:fetch --show