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

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 2

  • @joshdrake4729
    @joshdrake4729 2 года назад

    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 :/

    • @codeadamca
      @codeadamca  2 года назад

      The issue must be related to the title column in the projects table. Double check that the field name is exactly "title". Make sure there are no spaces in the field name, it's all lowercase, and singular.