romanzpolski Hi Guys, Do anyone know how to override blade templates from inside extension please ? Any guides much appreciated
clarkwinkelmann You might want to work with or replace the View Factory https://github.com/laravel/framework/blob/5.1/src/Illuminate/Contracts/View/Factory.php In 5.5 there's a replaceNamespace method that could be useful but I'm not sure it's available in 5.1 (Flarum is still using Laravel 5.1 components) https://github.com/laravel/framework/blob/5.5/src/Illuminate/Contracts/View/Factory.php