Taylor Otwell 9dee79ba00 Fixing SQLite connector. 12 years ago
..
cache 8457238ab1 Revert back APC and Memcached drivers. 12 years ago
cli 033455cc51 Make migration table column lengths more realistic. 12 years ago
database 9dee79ba00 Fixing SQLite connector. 12 years ago
routing 3c3e913689 Renamed Route::load to Route::forward. 12 years ago
session 3c9a4b1aad Added "memory" (array based) session driver to ease the unit testing of session reliant operations. 12 years ago
asset.php f3be544b1a cache base url. 12 years ago
auth.php 6fe05ade85 cleaning up some comments. 12 years ago
autoloader.php 3ba6342cf5 fixing loading of namespaced classes. 12 years ago
blade.php ba4d1a89c8 Removed add_ magic method from eloquent model as this will be a 3.2 feature. 12 years ago
bundle.php 263d6145a7 cleaning up code. 12 years ago
cache.php 51183c348d Added "memory" (array based) cache driver for easier unit testing of application cache operations for developers. 12 years ago
config.php 263d6145a7 cleaning up code. 12 years ago
cookie.php 97cb0035f4 clarify cookie comment. 12 years ago
core.php 35e53b8cef Reintegrating Blade with Laravel using View engine event. 12 years ago
crypter.php ea358eb371 cleaning up code. 12 years ago
database.php 62072e5281 PHPDoc fixes 12 years ago
error.php 2331ae18cf Added lang and view loader events. 12 years ago
event.php 6535fca31c fixing bug in event class. 12 years ago
file.php 13a70bcc3a Added File::mkdir. 12 years ago
fluent.php e8e7db687c Fix bug in fluent class. 12 years ago
form.php aa27df8bcb Merge remote-tracking branch 'laravel/develop' into develop 12 years ago
hash.php 157f619e98 basic code cleanup. 12 years ago
helpers.php 9dbbc5848b Fix blade @includes. 12 years ago
html.php e942c2032f Added macro support to HTML class to match Form class. 12 years ago
input.php b5442c67fc merged skunkworks into develop. 12 years ago
ioc.php 638032f4c0 Fix bug in IoC singleton checking. 12 years ago
lang.php 2331ae18cf Added lang and view loader events. 12 years ago
laravel.php 35e53b8cef Reintegrating Blade with Laravel using View engine event. 12 years ago
log.php fadadd0f62 allow events to override the log class. 12 years ago
memcached.php 62072e5281 PHPDoc fixes 12 years ago
messages.php 42edf70b10 Make the key optional for has() too ... like a "has_any()" method 12 years ago
paginator.php 4e656f02fe general code cleanup. 12 years ago
pluralizer.php 9df88c461b Use Str::lower in pluralizer. 12 years ago
redirect.php 55669ee0ae added redirect::back method. 12 years ago
redis.php 244d4bfd07 Fix bugs in Redis class. 12 years ago
request.php 55669ee0ae added redirect::back method. 12 years ago
response.php ea820add35 Make headers case-insensitive. 12 years ago
section.php 93e21e9255 Added support for true tempting. 12 years ago
session.php 3c9a4b1aad Added "memory" (array based) session driver to ease the unit testing of session reliant operations. 12 years ago
str.php 26afb000bf Added in automatic inflection on english strings. Non-english strings may be added to the "irregular" array. 12 years ago
uri.php 01ddff5cdc adding support for filter patterns. 12 years ago
url.php 753c769d10 fixing comment. 12 years ago
validator.php 533112e2f5 added before and after date filters 12 years ago
view.php 973da34bc0 Pass directory into View:: file method. 12 years ago