Nitinkumarwis

Results 3 comments of Nitinkumarwis

Its not working i am doing like : config(['pagebuilder.theme.active_theme' => 'template-four']); $builder = new PHPageBuilder\PHPageBuilder(config('pagebuilder')); It is always rendering the CSS of that template which is given in the Pagebuilder...

Let me explain you what I am trying to do is that I am having four templates (template-one, template-two, template-three, template-four) and for each template having different css/js files. Currently...

![Screenshot from 2021-10-27 14-43-22](https://user-images.githubusercontent.com/90835924/139052310-5b0d3cac-3e7c-4439-b8de-5d7b73f51f4a.png) The issue I'm facing now is when i am changing the config parameters using this way and when i am using the functionality of view so...