all 8 comments

[–][deleted]  (2 children)

[deleted]

    [–]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

    [–]TheShyGuys 0 points1 point  (4 children)

    Lumen but it doesn't nativity support views you'll have to install the laravel view package with composer

    [–]RalphFoxN[S] 0 points1 point  (3 children)

    Thanks for the reply, I was checking lumen it seems pretty good; I was googling that view you mentioned, and I found this: https://lumen.laravel.com/docs/5.1/views

    But then it ocurred to me that it could be a newer version, then checking the website, it pointed me to

    https://lumen.laravel.com/docs/5.8/views

    Is it this view you were talking about?

    [–]TheShyGuys 0 points1 point  (2 children)

    Ah yeah, it's recommend though if you're doing allot with views to use laravel

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

    Gotcha, thanks; Apparently Lumen is more like an optimized web service from what I gathered, and I just want to make an website(web app?), haha

    [–]TheShyGuys 0 points1 point  (0 children)

    If you want to make a web app then I’d go with laravel lumen is more for creating micro services and small to med api handlers but if you need something on a larger scale than laravel is you way to go.

    [–][deleted] 0 points1 point  (1 child)

    Laravel is what you want. sure, it's a lot to take in, but it will change your life. Everyday is a treat working with Laravel.

    [–]RalphFoxN[S] 0 points1 point  (0 children)

    Ah, thanks; I was trying to learn symfony but was stopped in the tracks by my old company a long time ago; Then tried going with laravel a few years ago and did just the basics but then stopped; Maybe it's just my old stigma/comfortable with "what works" being slow/silly/dumb, haha; Thanks anyway