Skip to content

Instantly share code, notes, and snippets.

View shohanean's full-sized avatar
💼
Career Construction Going On

Md. Shohan Hossain Ean shohanean

💼
Career Construction Going On
View GitHub Profile
@shohanean
shohanean / WorldCountrySeeder.php
Created April 18, 2024 10:35
All 195 countries database seeder for laravel
<?php
namespace Database\Seeders;
use Illuminate\Database\Console\Seeds\WithoutModelEvents;
use Illuminate\Support\Facades\DB;
use Illuminate\Database\Seeder;
use Carbon\Carbon;
class WorldCountrySeeder extends Seeder