@norahdaniels You’ll need to read the docs of Laravel and Lumen. It would be unfair for someone to “tell you what to write” given your prospective employer is testing you and your knowledge; not mine or any one else’s on this forum.
Need help for developing with Laravel and Lumen using MVC design
I am assigned with a "simple" project for my job application. I never learned anything about web application development but i recently get a good grasp in PHP and MVC design.
So here's the thing: I need to program the view and controller part in Laravel, model and controller in Lumen. I just need to know how these two parts communicate with each each other when one deployed on local host and another deployed in 127.0.0.0. I know it's on the controller part but i don't know what to write on that controller for both part.
TL;DR What to write on the controller of both Lumen and Laravel so they communicate with each other?
Please or to participate in this conversation.