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?
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?
You must be logged in to post a comment.
Yous just need to add your paths to app/config/view.php and blade will automatically find them
You can define a custom namespace for easier usage:
I managed to do this with the following function:
And then use with: