%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/news/database/seeds/
Upload File :
Create Path :
Current File : /var/www/html/news/database/seeds/SocialsTableSeeder.php

<?php

use Illuminate\Database\Seeder;

class SocialsTableSeeder extends Seeder
{
    /**
     * Run the database seeds.
     *
     * @return void
     */
    public function run()
    {
        DB::table('socials')->insert([
            [
                'name' => 'Facebook'
            ],
            [
                'name' => 'Instagram'
            ],
            [
                'name' => 'Twitter'
            ],
            [
                'name' => 'Linkedin'
            ],
            [
                'name' => 'Google+'
            ],
            [
                'name' => 'YouTube'
            ],
            [
                'name' => 'Pinterest'
            ]
        ]);
    }
}

Zerion Mini Shell 1.0