kematjaya/wilayah-bundle

2.3.4 2022-08-30 23:49 UTC

This package is auto-updated.

Last update: 2024-09-29 05:56:29 UTC


README

Symfony 套件,用于印度尼西亚地区数据库

  1. 安装
composer require kematjaya/wilayah-bundle
  1. 更新 bundles.php
// config/bundles.php
...
Kematjaya\WilayahBundle\WilayahBundle::class => ['all' => true]
...
  1. 更新数据库模式
php bin/console doctrine:schema:update --force
  1. 插入数据
// 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