i am going to build a small (mostly static website) and I am currently considering to try out this new Lumen micro framework. The site should have a little content management service for posting new blog posts and updating a gallery. What would be better use - lumen or laravel?
Yeah, I have built several websites using Laravel (4.2) and I host them on shared hosting (they're mostly static with some simple CMS I coded in laravel) - performance is pretty ok. Now I am considering to move all new sites i am building now to VPS (forge + digital ocean) and considering other options instead of Laravel (e.g. Lumen). I do not know what is better at the moment so I am checking out and considering all available options.
If you want to have some experience or wanna to play with it and your site is little start up type then you can choose lumen but if your purpose is use a framework for regular project(which can be extend in future) then my suggestion will better to choose laravel.
You can do whatever you want, but it's generally recommended that you target your Lumen-use for APIs and microservices. For a traditional web app, stick with Laravel.