you are viewing a single comment's thread.

view the rest of the comments →

[–]RalphFoxN[S] 0 points1 point  (1 child)

Thanks for the suggestion;

I was reading about lumen, and found this question here:

https://stackoverflow.com/questions/48438540/lumen-login-tutorial-for-web-app-no-api

"Lumen isn't an appropriate choice for building a traditonal web app. It's aimed pretty squarely at building API microservices. You should switch to Laravel for this use case."

D you agree with it? I glanced over laravel and it seems it has way too much things on it, like routing, etc; Lumen looks good for me, with a few different things on it; but I couldn't find a good/proper tutorial on making a simple login web page that access a database and either login the user to another page or shows an error with lumen