Dayle Rees
|
992a5f74ca
fix for forelse only matching $vars
|
13 years ago |
Loic Sharma
|
d866244225
Moved the extensions compiler to first.
|
13 years ago |
Taylor Otwell
|
515f5f4009
change matcher function to public.
|
13 years ago |
Daniel Petrie
|
3d284d2b8a
Adding use Closure; to fix namespacing issue.
|
13 years ago |
Taylor Otwell
|
70d4746159
cleaning up.
|
13 years ago |
Dayle Rees
|
b870807e1a
renamed blade::register to blade::extend
|
13 years ago |
Dayle Rees
|
d2de301ede
added custom compilers to blade
|
13 years ago |
Taylor Otwell
|
c764f76e5b
remove extra method call.
|
13 years ago |
Phill Sparks
|
0baf5ad9b1
Fix View's use of Events so you can actually implement your own things
|
13 years ago |
Taylor Otwell
|
74022cfa5a
fix typo.
|
13 years ago |
Taylor Otwell
|
44dbbe01da
added support for bundles outside of the bundle directory using 'path: ' syntax like views.
|
13 years ago |
Taylor Otwell
|
7d5b6b3748
added blade comments and documentation.
|
13 years ago |
Taylor Otwell
|
f7b1a72f3c
added unless structure to blade.
|
13 years ago |
Jason Lewis
|
3d23303aea
Includes use render to prevent WSOD
|
13 years ago |
Taylor Otwell
|
ba4d1a89c8
Removed add_ magic method from eloquent model as this will be a 3.2 feature.
|
13 years ago |
Taylor Otwell
|
d558387b85
added docblock to blade function.
|
13 years ago |
Taylor Otwell
|
9dbbc5848b
Fix blade @includes.
|
13 years ago |
Taylor Otwell
|
91998735b9
Improve the @layout blade expression, allow dynamic specification of templates.
|
13 years ago |
Taylor Otwell
|
31786c96e9
Cleaning up the Blade class.
|
13 years ago |
Taylor Otwell
|
93e21e9255
Added support for true tempting.
|
13 years ago |
Taylor Otwell
|
8e8b0b8cb3
More Blade improvements… adds template inheritance.
|
13 years ago |
Taylor Otwell
|
b07ee31f3a
Added support for Twig style {{ include() }} blade structures that inherit the data from the view.
|
13 years ago |
Taylor Otwell
|
0e4a63606f
Added render_each helper.
|
13 years ago |
Taylor Otwell
|
727b064bf7
Added View::render_each and Blade shortcut.
|
13 years ago |
Taylor Otwell
|
0455c10ae0
Added "for else" support to Blade.
|
13 years ago |
Taylor Otwell
|
35e53b8cef
Reintegrating Blade with Laravel using View engine event.
|
13 years ago |
Taylor Otwell
|
49d3c5251b
removed blade from core and extracted it into bundle. added view engine event to hook in any view engine to the core.
|
13 years ago |
Taylor Otwell
|
97fcea1e51
cleaned up paths.
|
13 years ago |
Taylor Otwell
|
f44c565ee4
converted path constants to $GLOBALS.
|
13 years ago |
Taylor Otwell
|
b5442c67fc
merged skunkworks into develop.
|
13 years ago |
Taylor Otwell
|
d3f9391981
fixing some bugs.
|
13 years ago |
Taylor Otwell
|
41ca816951
refactoring the blade class.
|
13 years ago |
Taylor Otwell
|
a1e82d2166
added section class. refactored session for ioc usage. improved controller. added yielding and sections to blade. general blade improvements.
|
13 years ago |
Taylor Otwell
|
1d8dcd1246
Made blade echo match lazy.
|
13 years ago |
Taylor Otwell
|
32989d39c8
some small refactorings and cleanup.
|
13 years ago |
Taylor Otwell
|
9fa69e0844
refactoring routing and class comments.
|
13 years ago |
Taylor Otwell
|
c6f9734603
refactoring.
|
13 years ago |
Taylor Otwell
|
abc1fad6c1
more refactoring and changes.
|
13 years ago |