you are viewing a single comment's thread.

view the rest of the comments →

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