Widgets & plugins override not working
Closed this issue · 0 comments
legowhales commented
As mentioned on october cms' site, the ltrim has an unexpected result, making the plugin not working with widgets and plugins. Here is what I had to change in the boot function:
$newViewPath = str_replace(base_path(), '', $origViewPath);