i have 2 large laravel projects, somehow i need to make 1 from both of them. how can i do it in a smart way that will keep everything working?
right now, on the localhost i just put one project into the other "public" folder, this way i just can call: http://myProject/OtherProject/public/SomeRouteRequest
this way it goes to the route in the OtherProject and doing whatever it need...
of course i cant leave it that way because security aspects .... and to merge the projects is impossible in the time frame i have, they're too different in their base and in the way of how each project base controller and etc are modified .
so i really need help of finding faster way to do it without merging both projects.
maybe how to route from myProject route to OtherProject index page that will do his routing, and where to move the OtherProject folder so it will not stay public and still work...
Thanks in advance!!
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire