.. |
auth
|
2ccfa7b8f6
Fix return for real.
|
12 years ago |
cache
|
c49c60365f
Cleaned up the section able implementation.
|
12 years ago |
cli
|
a92ab1ca30
Fixing bugs.
|
12 years ago |
database
|
100a59c9c4
added trim() for the sql statement
|
12 years ago |
documentation
|
348ff778ed
Merged Linject into the core IoC container.
|
12 years ago |
profiling
|
fe36d7fdfb
Added total SQL execution time to profiler.
|
12 years ago |
routing
|
4f036cf7dd
add spacing to router.
|
12 years ago |
session
|
68834a47d9
fixing conflicts.
|
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
|
0f483fb390
cleaning up the autoloader>
|
12 years ago |
blade.php
|
c764f76e5b
remove extra method call.
|
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
|
58f69fdf47
fixing some issues related to environment.
|
12 years ago |
cookie.php
|
232bf01ae2
fix secure cookie issue.
|
12 years ago |
core.php
|
9c109849c3
Fix typos.
|
12 years ago |
crypter.php
|
88dd2f3232
Altering visibility of Crypter::randomizer() to public.
|
12 years ago |
database.php
|
aca2a2ae1c
Fix auth bug and other resolver bugs.
|
12 years ago |
error.php
|
94948cf675
Fix Eloquent eager loading matching.
|
12 years ago |
event.php
|
0baf5ad9b1
Fix View's use of Events so you can actually implement your own things
|
12 years ago |
file.php
|
f53c8285a7
Merge pull request #564 from ProgerXP/patch-del
|
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
|
caf0bb7cb2
Fully qualify eloquent class.
|
12 years ago |
html.php
|
b8b0c08495
fix html class.
|
12 years ago |
input.php
|
50dc9f8663
Use regular array_merge on Input::all().
|
12 years ago |
ioc.php
|
cadfc3c50f
Fix IoC bug.
|
12 years ago |
lang.php
|
e256a66b18
Merge pull request #562 from ProgerXP/patch-lang
|
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
|
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
|
208eb8a380
move json method to input class.
|
12 years ago |
response.php
|
9ed91af1e8
added Response::eloquent method.
|
12 years ago |
section.php
|
d5b9f3c604
cleaning up section class.
|
12 years ago |
session.php
|
aca2a2ae1c
Fix auth bug and other resolver bugs.
|
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
|
efe3de6843
Allow the specification of a asset base URL.
|
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
|
0baf5ad9b1
Fix View's use of Events so you can actually implement your own things
|
12 years ago |