martanto/indonesia
最新稳定版本:v1.3.0
Composer 安装命令:
composer require martanto/indonesia
包简介
An alternative Laravel package for Indonesia administrative
README 文档
README
Paket ini digunakan sebagai alternatif untuk mendapatkan data Administrasi Indonesia. Meliputi data provinsi, kota/kabupaten, kecamatan, dan desa/kelurahan. Paket ini terinspirasi dari Laravolt Indonesia.
Installation
You can install the package via composer:
composer require martanto/indonesia
You can publish and run the migrations with:
php artisan vendor:publish --tag="indonesia-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="indonesia-config"
This is the contents of the published config file:
return [ 'cache' => true, 'cache_prefix' => 'indonesia_' ];
Usage
Will be updated soon
$indonesia = new Martanto\Indonesia(); echo $indonesia->echoPhrase('Hello, Martanto!');
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 159
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-01-13