but you can use blade correct ? I think I am missing the point here but please explain a bit more if you want.
Theme system for cms
Hello everyone. im currently working on my own CMS and stuck on theme system part.i reviewed most of packages and open source content CMSs but they couldn't help much. is there any tutorial or pattern to help me build my theming system like wordpress that i can access to template tags in views ?
I think you will need create your own solution for that. Of course you might want to use some themes package, but they won't be that specific.
I've developed a similar solution using this package: https://github.com/caffeinated/themes. In addition to the package, it was necessary that I set the structure of folders and insert a middleware with a few logic to handle my themes.
You will need to use blade too. Correctly, as @concept_core said above.
Please or to participate in this conversation.