https://github.com/cleaniquecoders/colonies
States, Districts and Sub-Districts in Malaysia - inspired from https://github.com/lomotech/jajahan
https://github.com/cleaniquecoders/colonies
colonies daerah district malaysia negeri
Last synced: 18 days ago
JSON representation
States, Districts and Sub-Districts in Malaysia - inspired from https://github.com/lomotech/jajahan
- Host: GitHub
- URL: https://github.com/cleaniquecoders/colonies
- Owner: cleaniquecoders
- License: mit
- Created: 2017-01-22T06:52:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T13:39:29.000Z (about 8 years ago)
- Last Synced: 2025-03-29T02:04:26.655Z (about 1 month ago)
- Topics: colonies, daerah, district, malaysia, negeri
- Language: PHP
- Size: 114 KB
- Stars: 4
- Watchers: 0
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## 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](http://opensource.org/licenses/MIT).