Template custom sub directories in /views

Hello, greetings to all.

I am needing to re-organize my template views folder, due to having too many template blade.php files.

I need to organize it by sub folders

-For example /views/pages/functionalities
/views/pages/landingPages
etc…etc…etc

But no structure is recognized by sage

My blade.php files use the format

{{–
Template Name: name_Template1
–}}

Does anyone know how I can register .blade.php templates in sub directories inside /views/ ?
Thank you!

This might be what you’re looking for: GitHub - alwaysblank/plumbing-templates: 👩‍🔧 Custom directories for custom templates!

1 Like

Hello, thanks for your contribution… I will gladly be testing it