Merge pull request #833 from tobsn/patch-4

Added important note about @layout call
This commit is contained in:
Taylor Otwell 2012-06-20 09:41:49 -07:00
commit 1c0501ef30
1 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,8 @@ ## Blade Layouts
The profile view will automatically use the "master" template thanks to Blade's **@layout** expression.
**Important:** The **@layout** call must always be on the very first line of the file, with no leading whitespaces or newline breaks.
Sometimes you may want to only append to a section of a layout rather than overwrite it. For example, consider the navigation list in our "master" layout. Let's assume we just want to append a new list item. Here's how to do it:
@layout('master')