turahe / master-data
Package Laravel yang berisi data Provinsi, Kabupaten/Kota, Kecamatan, dan Keluarahan/Desa di seluruh Master.
v1.1.0
2025-03-02 07:57 UTC
Requires
- php: ^8.3
- ext-json: *
- laravel/framework: ^10.0|^11.0|^12.0
Requires (Dev)
- doctrine/dbal: ^4.1
- laravel/pint: ^1.17
- laravel/scout: ^10.11
- orchestra/testbench: ^8.0|^9.0|^10.0
- spatie/eloquent-sortable: ^4.4
- spatie/geocoder: ^3.10
Suggests
- spatie/geocoder: Synchronize latitude longitude data directly using Google's Geocoding Service
README
Instalasi
Instalasi
Install Package Via Composer
composer require turahe/master-data
In Laravel 5.5 and higher versions, the service provider will automatically get registered. In older versions of the framework just add the service provider in config/app.php
file:
'providers' => [ // ... Turahe\Master\MasterServiceProvider::class, //... ];
You must publish the migration with:
php artisan vendor:publish --provider="Turahe\Master\MasterServiceProvider" --tag=assets
After the migration has been published you can create the tables by running the migrations:
php artisan migrate
What does it gives you?
This package has all sorts of information about all:
info | items |
---|---|
currencies | 256 |
countries | 266 |
timezones | 423 |
flags | 1,570 |
states | 4,526 |
cities | 7,376 |
timezones times | 81,153 |