.. |
cache
|
8457238ab1
Revert back APC and Memcached drivers.
|
12 years ago |
cli
|
482aed9379
Corrected typos in the comments.
|
12 years ago |
database
|
2e7cca1d0b
Merge pull request #512 from Mikaweb/patch-1
|
12 years ago |
routing
|
482aed9379
Corrected typos in the comments.
|
12 years ago |
session
|
affcad0948
fix bug surrounding cookie session driver.
|
12 years ago |
asset.php
|
f3be544b1a
cache base url.
|
12 years ago |
auth.php
|
6fe05ade85
cleaning up some comments.
|
12 years ago |
autoloader.php
|
60b5e38ca0
return after loading mapped class in autoloader.
|
12 years ago |
blade.php
|
f45330a006
call render method on view when including in blade.
|
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
|
3e00ce2efb
fix bug regarding SSL cookies.
|
12 years ago |
core.php
|
482aed9379
Corrected typos in the comments.
|
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
|
b47fc6476a
Added a function for handling HTML special characters
|
12 years ago |
input.php
|
b5442c67fc
merged skunkworks into develop.
|
13 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
|
24e382848c
add response to done 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
|
d2f35900cd
fix where in shortcut and response header casing problem.
|
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
|
482aed9379
Corrected typos in the comments.
|
12 years ago |
validator.php
|
53e8f9b774
Fixing bug where custom validation messages in bundle language files were not getting picked up.
|
12 years ago |
view.php
|
973da34bc0
Pass directory into View:: file method.
|
12 years ago |