samandaruzbekistan/uz-regions-package

Uzbekistan Regions Data for Laravel

V1.0 2025-01-04 22:21 UTC

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

  1. Install the package via Composer:
composer require "samandaruzbekistan/uz-regions-package:1.0"
  1. Add the ServiceProvider in config/app.php:
'providers' => [
    /*
     * Package Service Providers...
     */
    Samandaruzbekistan\UzRegionsPackage\UzRegionsServiceProvider::class,
]
  1. Publish the necessary files:
php artisan vendor:publish --provider="Samandaruzbekistan\UzRegionsPackage\UzRegionsServiceProvider" --all
  1. Migrate and seed command:
php artisan uz-regions:migrate-and-seed

Support

For support, feedback, or questions, contact the maintainer at: samandarsariboyev69@gmail.com