Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is that possible to use laravel blade outside the view folder?

I got a wordpress blog inside the public sub folder.

I wanted to use same layout with the laravel view that using blade.

Is there anyway to achieve that?

like image 292
JR Tan Avatar asked Jun 13 '13 04:06

JR Tan


1 Answers

Yous just need to add your paths to app/config/view.php and blade will automatically find them

like image 161
user3379466 Avatar answered Nov 15 '22 07:11

user3379466