芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/database/seeders/SocialsTableSeeder.php
truncate(); \DB::table('socials')->insert([ [ 'id' => 1, 'name' => 'facebook', 'icon' => '
', 'url' => '#', ], [ 'id' => 2, 'name' => 'google_plus', 'icon' => '
', 'url' => '#', ], [ 'id' => 3, 'name' => 'twitter', 'icon' => '
', 'url' => '#', ], [ 'id' => 4, 'name' => 'linkedin', 'icon' => '
', 'url' => '#', ], [ 'id' => 5, 'name' => 'pinterest', 'icon' => '
', 'url' => '#', ], [ 'id' => 6, 'name' => 'youtube', 'icon' => '
', 'url' => '#', ], [ 'id' => 7, 'name' => 'instagram', 'icon' => '
', 'url' => '#', ], ]); } }