yekdev/laravel-country-seeder

A reusable Laravel package to seed countries with auto migration and seeding

Maintainers

Package info

github.com/Yekdevrc/laravel-country-seeder

pkg:composer/yekdev/laravel-country-seeder

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-01-18 16:18 UTC

This package is auto-updated.

Last update: 2026-04-26 10:47:57 UTC


README

A reusable Laravel package to seed countries into your database with auto migration and seeding.
Works for Laravel 9+.

📦 Installation

Step 1: Install the package via Composer

composer require yekdev/country-seeder

Step 2: Install the package via Composer

php artisan migrate

step 3: (Optional) Re-run the seeder manually

php artisan db:seed --class="Yekdev\CountrySeeder\Seeders\CountrySeeder"