- 14 Dec, 2012 1 commit
-
-
Jorge Murta authored
-
- 03 Dec, 2012 2 commits
-
-
Taylor Otwell authored
fix link to #route-groups
-
Adam Becker authored
-
- 27 Nov, 2012 2 commits
-
-
Dayle Rees authored
Dragons not present after warning
-
Max Myers authored
-
- 06 Nov, 2012 7 commits
-
-
Taylor Otwell authored
-
Dayle Rees authored
Add unit testing coverage for Laravel\HTML
-
crynobone authored
Signed-off-by: crynobone <crynobone@gmail.com>
-
crynobone authored
Signed-off-by: crynobone <crynobone@gmail.com>
-
crynobone authored
testcases. Also remove tearDown method, as it doesn't do anything at this moment. Signed-off-by: crynobone <crynobone@gmail.com>
-
Dayle Rees authored
Add full code coverage for Laravel\Form
-
crynobone authored
Signed-off-by: crynobone <crynobone@gmail.com>
-
- 05 Nov, 2012 4 commits
-
-
Taylor Otwell authored
Improve Blade unit-test code coverage
-
crynobone authored
Signed-off-by: crynobone <crynobone@gmail.com>
-
crynobone authored
Signed-off-by: crynobone <crynobone@gmail.com>
-
Shawn McCool authored
fixed example code in docblock for url()
-
- 04 Nov, 2012 2 commits
-
-
Jason Lewis authored
-
Jason Lewis authored
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
-
- 03 Nov, 2012 2 commits
-
-
Taylor Otwell authored
Add 500 response code to exception handler. -- machuga, JesseOBrien, sde...
-
Matthew Machuga authored
-
- 31 Oct, 2012 8 commits
-
-
Taylor Otwell authored
Allowing use of third party Routers to handle Routing.
-
Ben Corlett authored
-
Ben Corlett authored
A class alias has always been provided in applications/config/application.php, however it is never called as the Router class is always directly targeting the Laravel namespaced class. Signed-off-by: Ben Corlett <bencorlett@me.com>
-
Ben Corlett authored
A class alias has always been provided in applications/config/application.php, however it is never called as the Router class is always directly targeting the Laravel namespaced class. Signed-off-by: Ben Corlett <ben@bens-macbook-pro.lan>
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
- 30 Oct, 2012 1 commit
-
-
Taylor Otwell authored
Added migrate:rebuild command to clean and reconstruct the database
-
- 27 Oct, 2012 2 commits
-
-
Taylor Otwell authored
Update "docs/views/html.md", parse error in example code.
-
Zander Baldwin authored
The example code for the `HTML::entities()` method in the documentation had unescaped apostrophes (single quotes) in the string passed as the first parameter. A parse error would have resulted should someone try to use that code.
-
- 26 Oct, 2012 1 commit
-
-
Anahkiasen authored
Signed-off-by: Anahkiasen <ehtnam6@gmail.com>
-
- 25 Oct, 2012 5 commits
-
-
Taylor Otwell authored
documentation fix on validators
-
Taylor Otwell authored
Update laravel/file.php
-
Taylor Otwell authored
Ref #649 - Added query builder support for BETWEEN clauses
-
Taylor Otwell authored
beautifies profiler tabs to cursor:pointer
-
Taylor Otwell authored
Improving documentation about Input::file()
-
- 24 Oct, 2012 2 commits
-
-
Dayle Rees authored
Update LaravelRequest.php to alllow PUT/DELETE/PATCH on PHP5.4 built-in server
-
Matthew Machuga authored
This will allow the built in PHP 5.4 server to interpret PUT, DELETE, and PATCH content. It uses the HTTP_CONTENT_TYPE variable instead of CONTENT_TYPE; Symfony hasn't adapted for this yet.
-
- 22 Oct, 2012 1 commit
-
-
Vinícius Fragoso authored
-