wave integrated with other Laravel web app

jihadalmaskari

Jul 21st, 2021 04:07 AM

Hello, how are you doing

i have CRM web app in Laravel

i want migrate the wave with my CRM web app

its passible ?

can u explain more .. im not professional in coding

bobbyiliev

Jul 21st, 2021 11:30 PM

Hi there,

There isn't really a fixed guide on how to migrate from an already established CRM to Wave as it really depends on each specific project.

What I would personally do is:

  • Install Wave
  • Start moving or recreating my Controllers, Models, views and migrations from the old project over to Wave.

Alternatively you could build a totally separate new project with Wave that is compatible with your old database structure, and then just migrate over your data once the new project is ready.

In both cases however, I would recommend having a Laravel developer to help you along the way as this is going to involve quite a bit of work depending on the current functionality.