More Blade improvements… adds template inheritance.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Taylor Otwell
2012-03-23 13:01:36 -05:00
parent b07ee31f3a
commit 8e8b0b8cb3
4 changed files with 261 additions and 38 deletions

View File

@@ -27,4 +27,7 @@ Changes for 3.1:
- Added Route::forward method.
- Prepend table name to default index names in schema.
- Added for/else to Blade.
- Added View::render_each
- Added View::render_each
- Able to specify full path to view (path: ).
- Blade extended views.
- Yield is now done via blade through {{ yield("content") }}