I have two admin panels created on laravel 5.2 project. They both are of different purpose. The problem is how do I merge them in 1 project especially in laravel?
There is no way to do this automatically,
If you are using the same version of Laravel. you can merge manually by moving the files you edited, for example the models, controllers, any middleware, your views, migrations, any files in the public folder you need.
And step by step you will eventually merge them.