I get the title error when I run command:
php artisan db:seed
My screenshot:
I have no idea where this problem comes from. I was sear
ArticlesTableSeeder.php
times(30)->create(); } }
ArticleFactory.php
$this->faker->text(50), 'body' => $this->faker->text(200) ]; } }