laravel - Subview cannot be found -
I am using Laravel 4.2 and I have a problem involving sub-ideas.
I have 'header' in my thoughts and header.php in that folder looks like this:
/app/views/header/header.php
I have already dumped - projected the project directory.
In my opinion (index.php), I have
@ ('header.header')
What am I missing?
You need the blade extension on your index.php file
Index .blade.php
Comments
Post a Comment