LaravelPackages.net
Acme Inc.
Toggle sidebar
mlopez/base-app

7
0
v1.0.0
About mlopez/base-app

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

BaseApp

This package creates the tables and basic data of the departments and cities of Colombia.

Installation

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

Credits

License

The MIT License (MIT). Please see License File for more information.

Comments