zaynasheff / georus
1.0.9
2025-12-22 09:03 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