shahadatzcpe / bdlocation
Bangladesh location
1.0.0
2019-10-07 10:21 UTC
Requires
- php: ^7.2
- laravel/framework: 6.*
This package is auto-updated.
Last update: 2025-04-23 06:58:19 UTC
README
Laravel package for bd location.
How to install?
composer require shahadatzcpe/bdlocation
How to migrate?
php artisan migrate
How to import data using this pacakge?
php artisan import:bdlocation
Available model
Shahadatzcpe\BDLocation\Models\Division Shahadatzcpe\BDLocation\Models\District Shahadatzcpe\BDLocation\Models\Upazila Shahadatzcpe\BDLocation\Models\PoliceStation Shahadatzcpe\BDLocation\Models\Union
Relationship
Division districts => 1 to n District District policeStations => 1 to n PoliceStation upazilas => 1 to n Upazila division => belongs to Division Upazila district => belongs to District unions => 1 to n Union PoliceStation district => belongs to District