Skip to content

cleaniquecoders/colonies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Colonies

States, Districts and Sub-Districts in Malaysia

Installation

composer require cleaniquecoders/colonies

Register Service Provider

Open up config/app.php and register CleaniqueCoders\Colonies\ColoniesServiceProvider::class, in providers key.

Usage

Migrate the schemas and seed the data

php artisan migrate
php artisan db:seed --class=CleaniqueCoders\Colonies\Database\Seeds\ColonySeeder

License

This package is open-sourced software licensed under the MIT license.