Tag: Deployment

  • WordPress Migrations for Theme Development

    7–10 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 follow a state-of-the-art method within WordPress. Upon running the migration process, we can run database migrations, call other CLI commands,…