samandaruzbekistan / uz-regions-package
Uzbekistan Regions Data for Laravel
V1.0
2025-01-04 22:21 UTC
Requires
- php: ^8.1
- ext-json: *
- ext-simplexml: *
- illuminate/console: ^8.0|^9.0|^10.0
- illuminate/database: ^8.0|^9.0|^10.0
- illuminate/support: ^8.0|^9.0|^10.0
This package is not auto-updated.
Last update: 2025-08-17 23:46:43 UTC
README
This package allows you to import information about Uzbekistan's regions, districts, and villages into your Laravel project.
Installation
- Install the package via Composer:
composer require "samandaruzbekistan/uz-regions-package:1.0"
- Add the ServiceProvider in
config/app.php
:
'providers' => [ /* * Package Service Providers... */ Samandaruzbekistan\UzRegionsPackage\UzRegionsServiceProvider::class, ]
- Publish the necessary files:
php artisan vendor:publish --provider="Samandaruzbekistan\UzRegionsPackage\UzRegionsServiceProvider" --all
- Migrate and seed command:
php artisan uz-regions:migrate-and-seed
Support
For support, feedback, or questions, contact the maintainer at: samandarsariboyev69@gmail.com