webappid / region
[ARCHIVED] Regions Data for laravel framework. Use DyanGalih/laravel-regions instead.
1.3.5
2020-04-04 13:59 UTC
Requires
- php: >=7.2.0
- illuminate/support: 5.5.*|6.*|^7.0
- webappid/laravel-ddd: ^1.0
Requires (Dev)
- mockery/mockery: dev-master@dev
- orchestra/testbench: ~3.5
- phpunit/phpunit: 7.2.6
- squizlabs/php_codesniffer: 3.*
README
Important
This project is archived and no longer maintained. For all new development, bug fixes, and feature requests, please use the successor package:
🚀 DyanGalih/laravel-regions
Laravel library for Regions data (Indonesian regions).
Legacy Information
The following information is for historical reference or legacy systems still using this package. For new projects, please use the repository linked above.
Install Package
Install package via composer
composer require webappid/region
Migration
php artisan migrate
Seed the data
php artisan webappid:region:seed
Note: Please don't put this seeder into autodeploy. Just run it when you need it.
This data based on https://github.com/edwardsamuel/Wilayah-Administratif-Indonesia
Thank You