Taylor Otwell 678b92ef85 putenv in test runner. 11 years ago
..
auth f5997b7f97 Allow the renaming of the drivers remember cookie 11 years ago
cache 0d99d13298 Ability to flush file-based cache storage 11 years ago
cli 678b92ef85 putenv in test runner. 11 years ago
database 9871281b34 Merge pull request #1880 from authman/master 11 years ago
documentation 87bf2402d4 Fixed a typo in Contributing chapter 11 years ago
profiling 7888309502 Merge pull request #1663 from neoascetic/anbu_fix 11 years ago
routing f933db7a12 Merge pull request #1618 from demsey2/master 11 years ago
session 068ddef312 Update laravel/session/drivers/cookie.php 11 years ago
tests 3a46721eca Even more fluent eloquent model via magic setters 11 years ago
vendor b9cf8dfb71 Upgrade to latest Symfony HttpFoundation tag. Closes #1865. 11 years ago
asset.php 54397e1bf2 Fixed wrong return type in phpdoc 12 years ago
auth.php aca2a2ae1c Fix auth bug and other resolver bugs. 12 years ago
autoloader.php 0ea30993d4 Fixed various typos throughout laravel folder. 12 years ago
blade.php 8fe6158058 Automatically apply entitiesto output using blade 12 years ago
bundle.php 0a908eff8d Merge pull request #1014 from jasonlewis/feature/root-bundles 12 years ago
cache.php 117a4cb843 added wincache cache driver 12 years ago
config.php fafaf724b0 Grammar/Vocabulary fixes 12 years ago
cookie.php 785e168f5e Check application.ssl when setting a secure cookie 11 years ago
core.php 3d533f03e6 Fix method override. 11 years ago
crypter.php 76db206551 fix incorrect padding with multi-byte strings 11 years ago
database.php 1081ac1b8a Implement DB::escape(). 12 years ago
error.php 5ddeab6051 pass exception to 500 event correctly. 11 years ago
event.php 690e8572aa phpdoc fixes 12 years ago
file.php 1d725b2788 Update laravel/file.php 12 years ago
fluent.php e8e7db687c Fix bug in fluent class. 12 years ago
form.php f93dfccd21 HTML::entities() now optional on label contents 11 years ago
hash.php 157f619e98 basic code cleanup. 12 years ago
helpers.php e4080c02f5 get_cli_option() is called outside Laravel app, so namespace prefix must be left there 11 years ago
html.php 358e8abde6 Merge pull request #1390 from Anahkiasen/feature/url_language 12 years ago
input.php 727b69494b Check arrays on Input::had. Closes #1988. 11 years ago
ioc.php e1fde01e9d IoC::registered check fixed 11 years ago
lang.php 0ea30993d4 Fixed various typos throughout laravel folder. 12 years ago
laravel.php 9f138aa979 Allowing use of third party Routers to handle Routing. 12 years ago
log.php 023e11e691 Fixed bug where laravel is generating error log from outside of application classes. 11 years ago
memcached.php 9944192af9 Fixed Memcached get connection instance typo in __callStatic method. 12 years ago
messages.php 5f97030ce8 refactored set_format to foromat. 12 years ago
paginator.php 85cab82f37 Fixed 2 stupid bugs for better markup 12 years ago
pluralizer.php 62b55ff7a1 Don't cast in pluralizer. 12 years ago
redirect.php 8dbe2d1a9a Merge pull request #681 from bencorlett/develop 12 years ago
redis.php 2144637e12 Handles Redis password 11 years ago
request.php 5929f8e537 Update laravel/request.php 11 years ago
response.php 96e44d908c Allow the developer to set the Content-Disposition header in Response::download() 11 years ago
section.php d5b9f3c604 cleaning up section class. 12 years ago
session.php f3d756476b Merge remote-tracking branch 'upstream/develop' into develop 12 years ago
str.php 438caf2631 Allow forward slash separators in Str::classify() 12 years ago
uri.php fafaf724b0 Grammar/Vocabulary fixes 12 years ago
url.php 5d63d5ad52 Consider protocoless URLs as valid. Closes. #1966. 11 years ago
validator.php f0c3dbba40 Fixing merge issues. 12 years ago
view.php d2fefa65aa Work on section handling. 12 years ago