PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By

dev

Unsolved

Request for Guidance on Updating Our Wave Boilerplate with Best Practices

dev85

Apr 17th, 2024 06:34 AM

Hello ! I am currently using the Wave boilerplate for a project. We are looking to update our version of Wave by integrating the latest enhancements from the boilerplate while retaining our custom modifications. Could you advise us on the most appropriate method for this, particularly on using a fork versus managing branches directly on the main repository? We are using GitLab for our version control.

Your expertise would be very helpful in guiding us to the best approach.

Thank you very much for your time and assistance.

bobbyiliev

Apr 20th, 2024 10:04 AM

Hey!

In most cases, you would only need the changes from the wave directory. However, I think that with some of the most recent changes, there were some patches to some template files and controllers outside that directory.

What I could suggest in this case is to go over the commit history and see which commits you are currently missing:

https://github.com/thedevdojo/wave/commits/main/

In case you are missing any crucial commits, I could suggest cherry-picking them from GitHub over to your GitLab repository.

We do plan to possibly rework wave v3 so that it ships as a Laravel package instead for easier upgrades in the future!

Best,

Bobby

Report
1