Taylor Otwell 990f10f6de Merge pull request #854 from jasonlewis/feature/pattern-filters 12 years ago
..
auth 9d99cfad7e added default to config call to get auth password for backwards compatibility. 12 years ago
cache f6bad1e809 Remove obsolete namespace import in driver.php. 12 years ago
cli 79a5dc1931 Using escapeshellarg instead of putting backshlashes in front of spaces 12 years ago
database 8198dc23f3 Merge pull request #874 from franzliedke/patch-16 12 years ago
documentation 990f10f6de Merge pull request #854 from jasonlewis/feature/pattern-filters 12 years ago
profiling 5f0e70a2ef fixed a conflict with .hidden class when using twitter bootstrap and made animation smoother 12 years ago
routing 990f10f6de Merge pull request #854 from jasonlewis/feature/pattern-filters 12 years ago
session 83f7847ccd Remove obsolete namespace import in session/payload.php. 12 years ago
vendor ab6e364546 added simpler and easier environment handling. 12 years ago
asset.php 8bc128fdaa cleaning up code. 12 years ago
auth.php aca2a2ae1c Fix auth bug and other resolver bugs. 12 years ago
autoloader.php 6c35bbade6 Fix typo. 12 years ago
blade.php b6cc836bf4 Added an @break to blade to break out of loops. 12 years ago
bundle.php 9c109849c3 Fix typos. 12 years ago
cache.php aca2a2ae1c Fix auth bug and other resolver bugs. 12 years ago
config.php b40e13a892 Remove obsolete namespace import in config.php. 12 years ago
cookie.php 69d9257a50 Return value of cookie. 12 years ago
core.php e12b554cbb cleaning up. 12 years ago
crypter.php 88dd2f3232 Altering visibility of Crypter::randomizer() to public. 12 years ago
database.php ba6590d7b1 cleaning up code. 12 years ago
error.php d9802fe656 flush output buffer in error class. 12 years ago
event.php a303d66ae0 Fix bug in events. 12 years ago
file.php 6a58e98316 Remove obsolete class import in file.php. 12 years ago
fluent.php e8e7db687c Fix bug in fluent class. 12 years ago
form.php ec0128be8f fixed optgroup closing tag 12 years ago
hash.php 157f619e98 basic code cleanup. 12 years ago
helpers.php 6151886860 Generated URLs default to use the current protocol (http or https) 12 years ago
html.php bc67c667a9 Merge pull request #730 from sparksp/develop-default-https 12 years ago
input.php e3317324b0 added clear() method to the input class 12 years ago
ioc.php 0a24189b0e added resolving event. 12 years ago
lang.php 11b9f52239 fix error in comment 12 years ago
laravel.php 9dea22c3eb require_once on error class. 12 years ago
log.php fadadd0f62 allow events to override the log class. 12 years ago
memcached.php 8c4170491e use memcached instead of memcache. 12 years ago
messages.php 5f97030ce8 refactored set_format to foromat. 12 years ago
paginator.php 9e8acd1eda fix some input stuff and revert paginator changes. 12 years ago
pluralizer.php 9df88c461b Use Str::lower in pluralizer. 12 years ago
redirect.php 6151886860 Generated URLs default to use the current protocol (http or https) 12 years ago
redis.php 244d4bfd07 Fix bugs in Redis class. 12 years ago
request.php 67ac2f2f9a Default was never returned. If no IP was found it returns NULL. 12 years ago
response.php db9f220f57 Force UTF-8 charset on JSON responses. 12 years ago
section.php d5b9f3c604 cleaning up section class. 12 years ago
session.php ac2e7c6a2d Fixed namespace issue when registering a session driver with the extend closure 12 years ago
str.php 280bc99ed8 add u PCRE modifier to str::words. 12 years ago
uri.php 295c3b80c2 add sqlite query driver. 12 years ago
url.php 6151886860 Generated URLs default to use the current protocol (http or https) 12 years ago
validator.php 86a5fd0739 Changed a line which causes "illegal string offset" error to be thrown in php5.4 on trying to access $value['tmp_name'] 12 years ago
view.php 5e2373817d Allow for passing variables to views with more expressive method calls. 12 years ago