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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -