kematjaya/wilayah-bundle

2.3.4 2022-08-30 23:49 UTC

This package is auto-updated.

Last update: 2024-03-29 04:26:34 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