Skip to content

Instantly share code, notes, and snippets.

View moElwan's full-sized avatar
🌍

Mohamed Elwan moElwan

🌍
View GitHub Profile
@moElwan
moElwan / countries_arabic.php
Last active October 24, 2018 18:25
Country Seeder Arabic [Laravel]
<?php
class CountriesTableSeeder extends Seeder {
public function run()
{
Country::insert([
[
'long_name' => 'أفغانستان',
'short_name' => 'AF',