.. |
cache
|
a77196db86
cleaning up code.
|
12 years ago |
cli
|
1a5d4250d1
fix conflicts.
|
12 years ago |
database
|
94b8582865
Add DateTime support to database binding layer.
|
12 years ago |
documentation
|
9ad6fabc02
Updated change log.
|
12 years ago |
profiling
|
fe36d7fdfb
Added total SQL execution time to profiler.
|
12 years ago |
routing
|
3c3e913689
Renamed Route::load to Route::forward.
|
12 years ago |
session
|
825e8b2d49
cleaning up code and comments.
|
12 years ago |
vendor
|
6dd709ccaa
move vendors folder under laravel.
|
12 years ago |
asset.php
|
8bc128fdaa
cleaning up code.
|
12 years ago |
auth.php
|
6fe05ade85
cleaning up some comments.
|
12 years ago |
autoloader.php
|
8bc128fdaa
cleaning up code.
|
12 years ago |
blade.php
|
7d5b6b3748
added blade comments and documentation.
|
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
|
232bf01ae2
fix secure cookie issue.
|
12 years ago |
core.php
|
6dd709ccaa
move vendors folder under laravel.
|
12 years ago |
crypter.php
|
88dd2f3232
Altering visibility of Crypter::randomizer() to public.
|
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
|
4bee6d1bca
put str_object back in.
|
12 years ago |
html.php
|
e942c2032f
Added macro support to HTML class to match Form class.
|
12 years ago |
input.php
|
1c26ce8ce5
Fix bug in input class.
|
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
|
01a7991bd5
fix artisan.
|
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
|
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
|
55669ee0ae
added redirect::back method.
|
12 years ago |
redis.php
|
244d4bfd07
Fix bugs in Redis class.
|
12 years ago |
request.php
|
222383c83b
check application.ssl in request::secure.
|
12 years ago |
response.php
|
04eea426e8
tweaking.
|
12 years ago |
section.php
|
d5b9f3c604
cleaning up section class.
|
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
|
573725ade7
use symfony http foundation where applicable.
|
12 years ago |
url.php
|
02ad4c5c47
adjusting 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
|
6dd8063646
adding doc routes.
|
12 years ago |