views:

8

answers:

1

How i change the path of views folder to myplugin folder when i make new plugin.

Every time i call an action whose controller is in myplugin's folder. Please help me each time it call the view of my app and not vendor/plugin/myplugin/views folder

Please help me Thanks in Advance

A: 

maybe it's not dry, but for each action controller, you can call an explicit render pointing to a custom path.

apeacox