mlopez/base-app is a Laravel package.
It currently has 0 GitHub stars and 7 downloads on Packagist (latest version v1.0.0).
Install it with composer require mlopez/base-app.
Discover more Laravel packages by mlopez
or browse all Laravel packages to compare alternatives.
Last updated
This package creates the tables and basic data of the departments and cities of Colombia.
Use composer to install the package.
composer require mlopez/base-app
Optionally, publish the migrations files. The default migrations should work fine usually.
php artisan vendor:publish --tag=base-app-migrations
After composer installs the package, run the following command to run the package migrations and seeders.
php artisan base-app:install
The MIT License (MIT). Please see License File for more information.