.. |
auth
|
49944bab96
Increment version.
|
12 years ago |
cache
|
f6bad1e809
Remove obsolete namespace import in driver.php.
|
12 years ago |
cli
|
a92ab1ca30
Fixing bugs.
|
12 years ago |
database
|
4ea27c9daf
Fixed minor spelling mistakes
|
12 years ago |
documentation
|
3e92ee27db
Merge pull request #701 from tkaw220/develop
|
12 years ago |
profiling
|
5f0e70a2ef
fixed a conflict with .hidden class when using twitter bootstrap and made animation smoother
|
12 years ago |
routing
|
af9f875ee3
Remote unneeded properties.
|
12 years ago |
session
|
83f7847ccd
Remove obsolete namespace import in session/payload.php.
|
12 years ago |
vendor
|
0f3e8eb62b
Reverting Symfony's Response class to previous version
|
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
|
d866244225
Moved the extensions compiler to first.
|
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
|
5097e9053b
Remove obsolete class import in cookie.php.
|
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
|
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
|
ec9f5f1995
Add support for Form::select with optgroup, solved #526
|
12 years ago |
hash.php
|
157f619e98
basic code cleanup.
|
12 years ago |
helpers.php
|
319c450f6f
Make Input::only() and Input::except() into array_only() and array_except() helpers.
|
12 years ago |
html.php
|
b8b0c08495
fix html class.
|
12 years ago |
input.php
|
319c450f6f
Make Input::only() and Input::except() into array_only() and array_except() helpers.
|
12 years ago |
ioc.php
|
cadfc3c50f
Fix IoC bug.
|
12 years ago |
lang.php
|
11b9f52239
fix error in comment
|
12 years ago |
laravel.php
|
b02fd5232c
Fixing a bug that would stop the script execution before the laravel.done event has been fired for php-fastcgi users
|
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
|
e46d9c5b6d
Fix capitalization regression in Request::server()
|
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
|
57f94a7829
Validator: During replace :attribute, need to verify Lang::has('key') instead of checking is_null()
|
12 years ago |
view.php
|
0baf5ad9b1
Fix View's use of Events so you can actually implement your own things
|
12 years ago |