Download the PHP package dipesh79/laravel-nepal-address-seeder without Composer
On this page you can find all versions of the php package dipesh79/laravel-nepal-address-seeder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dipesh79/laravel-nepal-address-seeder
More information about dipesh79/laravel-nepal-address-seeder
Files in dipesh79/laravel-nepal-address-seeder
Package laravel-nepal-address-seeder
Short Description Laravel Nepal Address Seeder - Get Migration And Seeder For Nepal's Province, Districts And Local Levels.
License MIT
Informations about the package laravel-nepal-address-seeder
Laravel Nepal Address Seeder
This Laravel package allows you to add Province, District and Local Levels of Nepal.
Usage/Examples
Install Using Composer
Publish Vendor File For Migration And Configuration File
And publish Dipesh79\LaravelNepalAddressSeeder\NepalAddressServiceProvider
Run Migration
Config File
Set the configuration in the nepal_address_seeder.php
file in the config directory.
Model
You can use your own model, or you can model from our package.
Province Model
NOTE: If you are using our model, make sure you have soft delete column in your migration. If you are using our published migration, then we already have it.
District Model
Local Level Model
Database Seeding
You can seed the database using the following command. Before seeding, make sure you have the correct model in your configuration file.
Now you can use the data in your database.
V 0.0.4 Update
Now you can add a flag to the command.
Import Province Only
Import District Only
Import Local Level Only
Force Seed
Use this flag to force seed the data. This will not ask for any prompt.
TODOS
- Wards Count
License
Author
Support
For support, email [email protected].