rappasoft/laravel-boilerplate

Need to update from Laravel 6 BoilerPlate to Laravel 8 or 9

faisaljawad1 opened this issue · 2 comments

I'm currently looking for a wise solution which can be helpful for me to upgrade from Laravel 6 Boilerplate to Laravel 8 or 9.

image

This is what my current findings are. Is this the only way or someone has found a better solution for this scenario?

I have done this a couple times. Commit by commit is certainly one way to do.

But if you develop your app using app\Domains, seperate route files for each domain etc in which you seperate your application specific code from the boilerplate framework. It really comes down to starting a new project and then copying across your app specify files.

Note the commit by commit way is the only way if you modify the project/laravel files.

Don't forget to also tools like laravel shift / workbench to update your code.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.