Tag: Deployment

  • WordPress Migrations for Theme Development

    8 minutes

    read

    At a GlanceRunning migrations during the deployment of a theme via the CLI can make changes more predictable and remove manual tasks. We can apply this process in a simplified way from Laravel’s migrations and…