Taylor Otwell 48dae0c3d9 Merge pull request #578 from cviebrock/asset-url 13 years ago
..
cache c49c60365f Cleaned up the section able implementation. 13 years ago
cli a92ab1ca30 Fixing bugs. 13 years ago
database 9057c60a5f Merge pull request #584 from bencorlett/develop 13 years ago
documentation 5591307099 update toc. 13 years ago
profiling fe36d7fdfb Added total SQL execution time to profiler. 13 years ago
routing 09e456d2bf fix docblock. 13 years ago
session 68834a47d9 fixing conflicts. 13 years ago
vendor ab6e364546 added simpler and easier environment handling. 13 years ago
asset.php 8bc128fdaa cleaning up code. 13 years ago
auth.php 6fe05ade85 cleaning up some comments. 13 years ago
autoloader.php 0f483fb390 cleaning up the autoloader> 13 years ago
blade.php 44dbbe01da added support for bundles outside of the bundle directory using 'path: ' syntax like views. 13 years ago
bundle.php 11b0d243ff Fixes 13 years ago
cache.php ba9a7263b0 Allow the registration of third party cache and session drivers. 13 years ago
config.php 58f69fdf47 fixing some issues related to environment. 13 years ago
cookie.php 232bf01ae2 fix secure cookie issue. 13 years ago
core.php a92ab1ca30 Fixing bugs. 13 years ago
crypter.php 88dd2f3232 Altering visibility of Crypter::randomizer() to public. 13 years ago
database.php 62072e5281 PHPDoc fixes 13 years ago
error.php 94948cf675 Fix Eloquent eager loading matching. 13 years ago
event.php ca06582369 Add some events to Eloquent models. 13 years ago
file.php 5db3743702 Fixing "Cannot remove ...: Permission denied" in File and bundle:: task 13 years ago
fluent.php e8e7db687c Fix bug in fluent class. 13 years ago
form.php aa27df8bcb Merge remote-tracking branch 'laravel/develop' into develop 13 years ago
hash.php 157f619e98 basic code cleanup. 13 years ago
helpers.php 68d9210ef5 Added array_pluck method. 13 years ago
html.php b8b0c08495 fix html class. 13 years ago
input.php 589b86ff3e remove unnecessary code in input class. 13 years ago
ioc.php 3f5a92ea5c Fixed wrong calling of the IoC resolver. 13 years ago
lang.php 2331ae18cf Added lang and view loader events. 13 years ago
laravel.php 9dea22c3eb require_once on error class. 13 years ago
log.php fadadd0f62 allow events to override the log class. 13 years ago
memcached.php 8c4170491e use memcached instead of memcache. 13 years ago
messages.php 42edf70b10 Make the key optional for has() too ... like a "has_any()" method 13 years ago
paginator.php 9e8acd1eda fix some input stuff and revert paginator changes. 13 years ago
pluralizer.php 9df88c461b Use Str::lower in pluralizer. 13 years ago
redirect.php 55669ee0ae added redirect::back method. 13 years ago
redis.php 244d4bfd07 Fix bugs in Redis class. 13 years ago
request.php 58f69fdf47 fixing some issues related to environment. 13 years ago
response.php 4d2ecdbff2 Tweaking response->render() location. 13 years ago
section.php d5b9f3c604 cleaning up section class. 13 years ago
session.php ba9a7263b0 Allow the registration of third party cache and session drivers. 13 years ago
str.php e55cf31578 dont cast to string in str::words method. 13 years ago
uri.php 34cb9a00f4 move 'is' method to the str class where it belongs. 13 years ago
url.php 11b0d243ff Fixes 13 years ago
validator.php 53e8f9b774 Fixing bug where custom validation messages in bundle language files were not getting picked up. 13 years ago
view.php a150a7d457 allow multiple views to be registered for a single composer. 13 years ago