I'd like to use a headless cms to manage my contents. I never ever worked before with a php mvc framework. My vision is to use lumen to make a website, because it offers routing and authentication. In best case i'd like to include a template engine like twig. Lumen should communicate with the database of the headless cms to get the contents or it should use the rest api of my cms to get the contents.
My second question: Is there a good tutorial how to work with lumen to get a simple website? Every tutorial i found is to create a rest api or something like that.