PHP code example of shahadatzcpe / bdlocation

1. Go to this page and download the library: Download shahadatzcpe/bdlocation library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

shahadatzcpe / bdlocation example snippets

 artisan import:bdlocation

Shahadatzcpe\BDLocation\Models\Division
Shahadatzcpe\BDLocation\Models\District
Shahadatzcpe\BDLocation\Models\Upazila
Shahadatzcpe\BDLocation\Models\PoliceStation
Shahadatzcpe\BDLocation\Models\Union

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