Nitinkumarwis
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...
 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...