- 28 Mar, 2013 8 commits
-
-
Taylor Otwell authored
Update laravel/request.php
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Allow the renaming of the drivers remember cookie
-
Taylor Otwell authored
Fix for double escaping of queries in the profiler
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Minor correction to controllers documentation.
-
- 27 Mar, 2013 1 commit
-
-
bruston authored
Signed-off-by: bruston <benjy.ruston@gmail.com>
-
- 22 Mar, 2013 6 commits
-
-
Eugen authored
Sometimes the logged queries would be rendered with visible HTML entities in the profiler, due to double encoding (You know, &gt; stuff). I could not find out why it was being escaped twice, but I found an easy fix: since PHP 5.2.3 the htmlspecialchars function had a double_encoding parameter that could be set to false. Voilà!
-
Taylor Otwell authored
Adding PATCH to the route register.
-
Jesse O'Brien authored
Self-explanatory.
-
Taylor Otwell authored
-
Taylor Otwell authored
Fix for Postgresql PDO::FETCH_ASSOC
-
Alex authored
-
- 17 Mar, 2013 1 commit
-
-
Alex authored
-
- 12 Mar, 2013 3 commits
-
-
Taylor Otwell authored
Syntax fix for PHP 5.3 (#1690)
-
Pavel Puchkin authored
-
Pavel Puchkin authored
-
- 27 Feb, 2013 1 commit
-
-
David Lin authored
When running nginx with php-cgi (Fast-CGI): spawn-fcgi -a 127.0.0.1 -p 10081 -C 50 -u nobody -f /usr/local/php5317/bin/php-cgi The Request::cli() method will determine the web request as run from the command line. Add ` PHP_SAPI != "cgi-fcgi" ` to resolve it.
-
- 26 Feb, 2013 1 commit
-
-
Taylor Otwell authored
IoC container not resolving classes with optional parameters (i.e. models that use Eloquent)
-
- 07 Feb, 2013 2 commits
-
-
Kelt Dockins authored
-
Kelt Dockins authored
-
- 13 Jan, 2013 3 commits
-
-
Dayle Rees authored
Update laravel/documentation/requests.md
-
Dayle Rees authored
-
Eddie Monge Jr. authored
Fixed typo. Missing opening paren
-
- 12 Jan, 2013 2 commits
-
-
Taylor Otwell authored
Implemented OPTIONS verb
-
Pasvaz authored
Laravel crashes when an OPTIONS request is issued
-
- 10 Jan, 2013 12 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Fixed issue with html unit tests
-
Taylor Otwell authored
fixed typo
-
Taylor Otwell authored
-
Taylor Otwell authored
Documentation fixes
-
Pierre Bertet authored
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
-
Pierre Bertet authored
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
-
Pierre Bertet authored
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
-
Pierre Bertet authored
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
-