If it's just a resume website I wouldn't use a framework at all, but if you insist on using then of course go for Lumen. Laravel will be an overkill, it will be like killing a bug with a nuclear bomb :)
Should I use Lumen?
So.... I am about to embark upon a simple project, just a basic personal resume/portfolio type project. I want something quick and easy, with as little baggage as possible.
I was researching frameworks, and decided on the one that I know and love, Laravel. But hold up, I saw this new cut down "microframework" called Lumen. I got it all installed, and ready to roll. But need some clarification on if I made the right choice or not.
My question is this: Will Lumen handle a small scale personal website project? or will I run in to issues if not using Lumen as an API service instead of full blown web application? What issues may I encounter?
Should I restart my project with the full scale Laravel? or will Lumen work?
Thanks
I would go for Laravel here, Lumen is really good for APIs and microservices. If you do a lot with views and a small cms behind it, then Laravel would be a better option as far as I know. Laravel is still fast enough for your website.
Like said by others, if it's really that simple don't use a framework at all ;)
Please or to participate in this conversation.