Added a small example on how to call a function in blade :P

This commit is contained in:
Alexandru Bucur 2012-05-04 18:47:51 +03:00
parent c764f76e5b
commit 7f7a0cf035
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: