cleaniquecoders / colonies
States, Distrcts and SubDistricts in Malyaisia - Built with Laravel Standalone Package Creator.
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 8
Open Issues: 0
pkg:composer/cleaniquecoders/colonies
Requires
- illuminate/database: ^5.3
- illuminate/support: ^5.3
README
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.