Merge pull request #624 from CoolGoose/patch-1

updated templating docs a bit with a function example
This commit is contained in:
Taylor Otwell 2012-05-04 08:49:44 -07:00
commit 84f2209e3c
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ ## Blade Template Engine
#### Echoing a variable using Blade:
Hello, {{$name}}.
#### Calling an echo on a function using Blade:
{{ Asset::styles() }}
#### Rendering a view: