shonen/dbperu

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

Provinces, Districts and Regions from Peru

Maintainers

Details

github.com/lyk0i/dbperu

Source

Issues

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

pkg:composer/shonen/dbperu

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

This package is auto-updated.

Last update: 2025-09-14 17:28:40 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"