Creating a Laravel CMS - Step 3 - Seed your Database with Sample Content using Laravel Eloquent

preview_player
Показать описание
This is a basic example of using Laravel and Eloquent to seed your database with sample data. The seeding tool will populate your database with sample data including Lorem Ipsum for string and text fields, fake URLs, first and last names, emails, slugs, and more.

---

Рекомендации по теме
Комментарии
Автор

This is great content.

I am however getting the error - Column not found: 1054 Unknown column 'title' in 'field list'
i'm not sure what i've changed to get this error :/

joshdrake