Plugin view override with .blade.php

I found it out myself. :slight_smile:

On the PHP template files from the plugin just add it like the example below.

<?php echo \Roots\view('sections.header')->render(); ?>

2 Likes