image = $t.'.jpg'; $c->user_id = rand(1,3); $c->body = $faker->realText(600); $j = rand(1,5); File::copy(__DIR__ . "/img/top.jpg",storage_path('app/public/sliders/'.$t.'.jpg')); $c->save(); } } }