Multiple themes support

Hello Guys,

I am working on a project which involves adding multiple themes to a user’s account. I need to create a structure where user can change its own theme at run time.

This was earlier there in Yii1 and we could change the theme directory using Yii::app()->theme = ‘selected_theme’; I am struggling to find such functionality in Yii2.

I am using Yii2 Advanced layout.

Any help would be appreciated.

Thanks in advance.

Check the following topics:

http://stackoverflow.com/questions/26931583/yii2-dynamic-theme

This is helpful thanks :)