shonen/dbperu

There is no license information available for the latest version (dev-master) of this package.

Provinces, Districts and Regions from Peru

dev-master 2019-05-14 02:19 UTC

This package is auto-updated.

Last update: 2024-04-14 13:57:42 UTC


README

Peruvian Database

Instalation

You can install the package via composer:

composer require shonen/dbperu

The DbPeru migrations will create the tables your application:

php artisan migrate

For seeds

php artisan db:seed --class="Shonen\DbPeru\Database\Seeds\DatabaseSeeder"