Commit Graph
13 Commits
Author SHA1 Message Date
Ben Corlett a982efb49b Updates for the rename of the HTML facade.
See laravel/framework#1231
2013-05-08 09:30:08 +10:00
Ben Corlett 26c426ab3e Lining up translation. Surprised it triggered my OCD before @taylorotwell's.
Signed-off-by: Ben Corlett <[email protected]>
2013-04-07 20:00:44 +10:00
Ben Corlett 597c6f1831 Update app/tests/TestCase.php 2013-02-22 16:47:09 -05:00
Ben Corlett 6d3eabf9b1 Remove tabs / spaces mix. 2013-02-22 14:49:15 -05:00
Ben Corlett 24e158e889 Adding bootstrap/paths.php to allow specification of custom paths for sections of Laravel.
Signed-off-by: Ben Corlett <[email protected]>
2013-02-07 11:19:17 +11:00
Ben Corlett 8a5f18e139 Moving start.php to bootstrap/start.php to collate all bootstrapping files.
Signed-off-by: Ben Corlett <[email protected]>
2013-02-07 09:27:15 +11:00
Ben Corlett 438caf2631 Allow forward slash separators in Str::classify() 2012-12-06 11:32:18 +11:00
Ben Corlett 79ff05bcd4 Merge branch 'develop' of github.com:cartalyst/laravel into develop 2012-11-01 08:20:50 +11:00
Ben Corlett 7f0d709b3b Adding mb_output_handler as the default callback for output buffering, Thanks @syntaqx 2012-05-29 11:26:27 +10:00
Ben Corlett af2bf68a29 Adding support for values in nested lists generated in the HTML class.
Signed-off-by: Ben Corlett <[email protected]>
2012-05-23 12:25:26 +10:00
Ben Corlett 33fdcb4ae7 Fixing type-o with the spelling of "Symfony".
Signed-off-by: Ben Corlett <[email protected]>
2012-05-17 13:02:57 +10:00
Ben Corlett 056e547855 Adding output buffering to allow redirects to work after content has been outputted.
Signed-off-by: Ben Corlett <[email protected]>
2012-05-17 11:47:10 +10:00
Ben Corlett af6d76f713 Adding having() support to the Fluent query builder.
Signed-off-by: Ben Corlett <[email protected]>
2012-04-25 11:18:50 +10:00