Esempio n. 1
0
 public function run()
 {
     $faker = Faker::create();
     // foreach(range(1, 10) as $index)
     // {
     Contenidos::create(['titulo' => "Sin taller", 'slug' => \Str::slug("Sin taller"), 'categorias_id' => "1"]);
     // }
 }