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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -