meteor / indonesian-region
Meteor Region
v1.0.2
2022-12-02 04:47 UTC
Requires (Dev)
- laravel/pint: ^1.2
- orchestra/testbench: ^6.0|^7.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-30 02:10:50 UTC
README
Meteor Region is a package that provides a simple way to manage regions in your application. It is used data from cahyadsn wilayah package.
Installation
You can install the package via composer:
composer require meteor/indonesian-region
Publishing the config file
You can publish the config file with:
php artisan vendor:publish --provider="Meteor\Region\RegionServiceProvider" --tag="meteor.region.config"
Usage
Currently, this package only provides data from year 2022
php artisan region:import --year=2022
License
Meteor Region is open-sourced software licensed under the MIT license.