zaynasheff/georus

Maintainers

Package info

github.com/zaynasheff/georus

pkg:composer/zaynasheff/georus

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.9 2025-12-22 09:03 UTC

This package is auto-updated.

Last update: 2026-02-16 12:28:17 UTC


README

Laravel package with Russian regions and cities (CSV, migrations, seeders).

Requirements

  • PHP ^8.1
  • Laravel ^10|^11

Installation

composer require zaynasheff/georus

Package Structure

The package contains:

Database migrations CSV data files Database seeders

Publish all files

php artisan vendor:publish --provider="Zaynasheff\Georus\GeorusServiceProvider"

Publish only migrations

php artisan vendor:publish --tag=georus-migrations

Publish only seeders

php artisan vendor:publish --tag=georus-seeders

Publish CSV data files

php artisan vendor:publish --tag=georus-data

Running Migrations

After publishing migrations, run:

php artisan migrate

Running Seeders

After publishing seeders, run:

php artisan db:seed --class=GeorusSeeder