Taylor Otwell 3789972a35 fix bug in controller auto-loading. 12 years ago
..
cache 60033e52d3 Fixed Cache\Drivers\Driver::remember 13 years ago
config b6ab0b08ce moving some laravel classes around, switching alias to reflect changes. added some factories. removed system ioc container config file. 13 years ago
database 59fcd67637 Merge pull request #214 from akuzemchak/develop 13 years ago
routing c47a30fca6 fix bug in router parameter parsing. 13 years ago
session ff5b6315bc added array access to session::Get 13 years ago
arr.php 7106afea9c Change to correct parameters in phpdoc 13 years ago
asset.php 58638216e8 Throw better Exceptions 13 years ago
auth.php 264cc51294 fixed bug in auth cookie removal. 13 years ago
autoloader.php 3789972a35 fix bug in controller auto-loading. 12 years ago
benchmark.php 0c4018ec88 refactoring. 13 years ago
blade.php d3f9391981 fixing some bugs. 13 years ago
config.php 9c6d4871b2 Trim comment in config class. 13 years ago
cookie.php 264cc51294 fixed bug in auth cookie removal. 13 years ago
core.php 077eab3a72 Removed chr() references. The ASCII table does not change from platform to platform. 13 years ago
crypter.php d392365a1b Trim an exception message in the crypter. 13 years ago
facades.php d82f1d40c0 Facade should support calls with no parameters. 13 years ago
file.php 271fbbbb68 added default parameter to file::get method. 13 years ago
form.php cb306c9091 fixing a few bugs in the form class. 13 years ago
hash.php e226a463bf refactoring. 13 years ago
helpers.php 0dc43490a6 moved functions to helpers file. 13 years ago
html.php 3ccad7de60 fix bug in link_to_asset method. 13 years ago
inflector.php eab5e24883 Change scope of private inflector methods to protected. 13 years ago
input.php 1ed1fdf6fc Clean up Input::upload method. 13 years ago
ioc.php 2a27e5d3e4 Tweak comment in ioc class. 13 years ago
lang.php 3e90009263 Tweak the language line logic. 13 years ago
laravel.php 1867f28ad6 Move the timezone setting into the core file. 13 years ago
memcached.php 980caf31da added callStatic method to Memcached class. 13 years ago
messages.php 5f348b2c6e refactoring various classes. 13 years ago
paginator.php 7ca6909fa9 Tweaking paginator comments. 13 years ago
redirect.php 92ff0474a1 allow message container to be passed into redirect->with_errors. 13 years ago
redis.php 8fd522fd67 Refactored redis destruction 13 years ago
request.php e4fce8e468 Update the csrf_token constant. 13 years ago
response.php 1b053815d3 Cleaning up comments in response class. 13 years ago
section.php 72793db8a3 Fix bug - nesting Section. 13 years ago
str.php 58638216e8 Throw better Exceptions 13 years ago
uri.php b7b80d6d49 the application url will now be auto-detected. 13 years ago
url.php 7e33b4f852 cleaning up some code comments. 13 years ago
validator.php 9e46cadab3 Minor refactoring of the Validator. Mainly code formatting and naming changes. 13 years ago
view.php 5b7a462131 Composers should not be loaded every time a new view is created. 13 years ago