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

This package is auto-updated.

Last update: 2025-03-30 08:12:30 UTC


README

Total Downloads Version License Scrutinizer Code Quality Build Status FOSSA Status StyleCI PHP Composer

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