Level 23
well lumen is supposed to be for APIs not for views/a website.. so ideally you should consume your api/lumen from JS using axios/ajax whatever..
but if it is a simple site and if lumen allows blade/views then i dont see any harm :)
1 like
I am creating an small app for just authentication and identification using Lumen. Only the Apis are used pre dominantly by the users. I am thinking of building a simple UI in react js because of few requirements. Now I need some inputs to use react inside Lumen or UI seperately which will call my APIs.
Please or to participate in this conversation.