Taylor Otwell 77fe8b6706 moved input over to httpfoundation. 13 years ago
..
cache 8457238ab1 Revert back APC and Memcached drivers. 13 years ago
cli 033455cc51 Make migration table column lengths more realistic. 13 years ago
database 720d9de582 Fix bug in eloquent model hydration. 13 years ago
routing 3c3e913689 Renamed Route::load to Route::forward. 13 years ago
session 3c9a4b1aad Added "memory" (array based) session driver to ease the unit testing of session reliant operations. 13 years ago
asset.php f3be544b1a cache base url. 13 years ago
auth.php 6fe05ade85 cleaning up some comments. 13 years ago
autoloader.php 3ba6342cf5 fixing loading of namespaced classes. 13 years ago
blade.php ba4d1a89c8 Removed add_ magic method from eloquent model as this will be a 3.2 feature. 13 years ago
bundle.php 263d6145a7 cleaning up code. 13 years ago
cache.php 51183c348d Added "memory" (array based) cache driver for easier unit testing of application cache operations for developers. 13 years ago
config.php 263d6145a7 cleaning up code. 13 years ago
cookie.php 730808fb02 converting cookies to use http foundation. 13 years ago
core.php 77fe8b6706 moved input over to httpfoundation. 13 years ago
crypter.php ea358eb371 cleaning up code. 13 years ago
database.php 62072e5281 PHPDoc fixes 13 years ago
error.php 2331ae18cf Added lang and view loader events. 13 years ago
event.php 6535fca31c fixing bug in event class. 13 years ago
file.php 13a70bcc3a Added File::mkdir. 13 years ago
fluent.php e8e7db687c Fix bug in fluent class. 13 years ago
form.php aa27df8bcb Merge remote-tracking branch 'laravel/develop' into develop 13 years ago
hash.php 157f619e98 basic code cleanup. 13 years ago
helpers.php 89766bef84 converting to httpfoundation response. 13 years ago
html.php e942c2032f Added macro support to HTML class to match Form class. 13 years ago
input.php 77fe8b6706 moved input over to httpfoundation. 13 years ago
ioc.php 638032f4c0 Fix bug in IoC singleton checking. 13 years ago
lang.php 2331ae18cf Added lang and view loader events. 13 years ago
laravel.php 77fe8b6706 moved input over to httpfoundation. 13 years ago
log.php fadadd0f62 allow events to override the log class. 13 years ago
memcached.php 62072e5281 PHPDoc fixes 13 years ago
messages.php 42edf70b10 Make the key optional for has() too ... like a "has_any()" method 13 years ago
paginator.php 77fe8b6706 moved input over to httpfoundation. 13 years ago
pluralizer.php 9df88c461b Use Str::lower in pluralizer. 13 years ago
redirect.php 55669ee0ae added redirect::back method. 13 years ago
redis.php 244d4bfd07 Fix bugs in Redis class. 13 years ago
request.php bcd3bd8591 adding header support. 13 years ago
response.php 730808fb02 converting cookies to use http foundation. 13 years ago
section.php 93e21e9255 Added support for true tempting. 13 years ago
session.php 3c9a4b1aad Added "memory" (array based) session driver to ease the unit testing of session reliant operations. 13 years ago
str.php 26afb000bf Added in automatic inflection on english strings. Non-english strings may be added to the "irregular" array. 13 years ago
uri.php 573725ade7 use symfony http foundation where applicable. 13 years ago
url.php 023dacf5e0 fix replacement of optional parameters in the URL::transpose method. 13 years ago
validator.php 533112e2f5 added before and after date filters 13 years ago
view.php 973da34bc0 Pass directory into View:: file method. 13 years ago