oscer-io / oscer

A simple CMS and blogging platform as a Laravel package
https://oscer.io/
MIT License
9 stars 2 forks source link

Simple theme implementation #56

Closed bambamboole closed 4 years ago

bambamboole commented 4 years ago

Create a Theme interface and bind it to the container with a default implementation. this way it is easy to override the theme.
Additionally I have created a vie composer which will inject the theme instance into every of the current frontend views.

@slashplusweb feel free to extend with a bit template stuff.

resolves #43

bambamboole commented 4 years ago

As we have discussed yesterday. this has now a very simple frontend theme. I will merge this