kematjaya/wilayah-bundle

Installs: 457

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kematjaya/wilayah-bundle

8.0.9 2026-02-02 00:55 UTC

README

Symfony bundle untuk database wilayah di indonesia

  1. instalasi
composer require kematjaya/wilayah-bundle
  1. update bundles.php
// config/bundles.php
...
Kematjaya\WilayahBundle\WilayahBundle::class => ['all' => true]
...
  1. update database schema
php bin/console doctrine:schema:update --force
  1. insert data
// all data
php bin/console wilayah:insert

// provinsi saja
php bin/console wilayah:insert --data=provinsi

// provinsi dan kabupaten
php bin/console wilayah:insert --data=provinsi --data=kabupaten