Rapidly Build Laravel App with Blueprint Package | Laravel Blueprint Package Exploration

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 2

  • @YetAnotherYTChannel2023
    @YetAnotherYTChannel2023 8 місяців тому

    Definitely saves time for experienced Laravel devs great work! ;)

  • @gus_smith
    @gus_smith 6 місяців тому

    I tried this but isn't Blueprint meant for the initial creation of a datamodel. I tried adding a column to an existing model, but Blueprint does not create a new migration file for only the newly added column. I have to use blueprint:erase and blueprint:build again but that's useless for changing models over time. Or am I doing something wrong?