mlopez / base-app
v1.0.0
2023-03-18 21:08 UTC
Requires
- php: >7.2
- illuminate/support: ^10.0
Requires (Dev)
- phpunit/phpunit: 10.0.0
This package is auto-updated.
Last update: 2024-12-19 01:09:26 UTC
README
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.