vernova/laravel
2013-05-14 01:15:51 -05:00
..
auth/drivers Allow the renaming of the drivers remember cookie 2013-03-16 21:40:33 -05:00
cache/drivers Ability to flush file-based cache storage 2013-03-29 11:02:26 +11:00
cli putenv in test runner. 2013-05-14 01:15:51 -05:00
database Merge pull request #1880 from authman/master 2013-05-13 23:12:08 -07:00
documentation Fixed a typo in Contributing chapter 2013-04-09 10:38:34 +02:00
profiling Merge pull request #1663 from neoascetic/anbu_fix 2013-03-28 14:53:50 -07:00
routing Merge pull request #1618 from demsey2/master 2013-03-28 15:12:02 -07:00
session Update laravel/session/drivers/cookie.php 2013-02-06 13:35:03 +08:00
tests Even more fluent eloquent model via magic setters 2013-05-08 18:28:22 +11:00
vendor/Symfony/Component Upgrade to latest Symfony HttpFoundation tag. Closes #1865. 2013-05-01 14:19:14 -05:00
asset.php
auth.php
autoloader.php
blade.php
bundle.php
cache.php added wincache cache driver 2012-12-26 13:47:36 +10:00
config.php
cookie.php Check application.ssl when setting a secure cookie 2013-04-03 12:13:21 -03:00
core.php Fix method override. 2013-05-04 19:25:53 -05:00
crypter.php fix incorrect padding with multi-byte strings 2013-05-05 15:00:23 +03:00
database.php
error.php pass exception to 500 event correctly. 2013-04-06 20:27:00 -05:00
event.php
file.php
fluent.php
form.php HTML::entities() now optional on label contents 2013-02-03 19:15:55 +01:00
hash.php
helpers.php get_cli_option() is called outside Laravel app, so namespace prefix must be left there 2013-04-05 09:48:49 +02:00
html.php Merge pull request #1390 from Anahkiasen/feature/url_language 2013-01-05 12:46:43 -08:00
input.php Check arrays on Input::had. Closes #1988. 2013-05-14 00:41:42 -05:00
ioc.php IoC::registered check fixed 2013-04-12 16:35:33 +03:00
lang.php
laravel.php
log.php Fixed bug where laravel is generating error log from outside of application classes. 2013-01-23 20:56:48 -08:00
memcached.php
messages.php
paginator.php
pluralizer.php Don't cast in pluralizer. 2013-01-05 14:55:04 -06:00
redirect.php
redis.php Handles Redis password 2013-02-07 03:35:42 +01:00
request.php Update laravel/request.php 2013-02-27 08:54:57 +08:00
response.php Allow the developer to set the Content-Disposition header in Response::download() 2013-05-07 09:16:13 -05:00
section.php
session.php
str.php
uri.php
url.php Consider protocoless URLs as valid. Closes. #1966. 2013-05-14 00:51:08 -05:00
validator.php Fixing merge issues. 2013-01-06 20:14:07 +00:00
view.php