States, Districts and Sub-Districts in Malaysia
composer require cleaniquecoders/colonies
Open up config/app.php
and register CleaniqueCoders\Colonies\ColoniesServiceProvider::class,
in providers
key.
Migrate the schemas and seed the data
php artisan migrate
php artisan db:seed --class=CleaniqueCoders\Colonies\Database\Seeds\ColonySeeder
This package is open-sourced software licensed under the MIT license.