create(); // php artisan db:seed User::create([ 'email' => 'admin@admin.com', "password"=>Hash::make("12345678"), "name"=>"Super Admin" ]); } }