Taylor Otwell 95528adab5 fix syntax error in error class. 13 years ago
..
cache ca58f80b22 removed cache and session factories. moved cache item management into cache class and out of drivers. tweaked auth class. 13 years ago
db 7af9e08a60 Refactoring Eloquent. 13 years ago
route 06cb63f502 removed route\loader and route\parser classes. 13 years ago
session ca58f80b22 removed cache and session factories. moved cache item management into cache class and out of drivers. tweaked auth class. 13 years ago
validation 0013e5bcbe Fixed bug in validator message handling for empty file uploads. 13 years ago
views 063cde50c0 removed file context from error messages. 13 years ago
arr.php 70e35fb3d7 refactoring auth class. 13 years ago
auth.php ca58f80b22 removed cache and session factories. moved cache item management into cache class and out of drivers. tweaked auth class. 13 years ago
benchmark.php 72e7275fe0 throw exception in benchmark class if one has not been defined. 14 years ago
cache.php ca58f80b22 removed cache and session factories. moved cache item management into cache class and out of drivers. tweaked auth class. 13 years ago
config.php 6e93237ec9 refactoring config class. 13 years ago
cookie.php 65bbea81fd Put the Cookie class on a diet. 13 years ago
crypt.php 77d65b89cb refactoring crypt class. 13 years ago
db.php d0fafd1301 Formatting DB class. 13 years ago
error.php 95528adab5 fix syntax error in error class. 13 years ago
file.php 6a77a98f95 refactored error and file classes. 13 years ago
form.php 46b0a7d8ad removed some comment bloat from the Form class. 13 years ago
hash.php c5ddb67d6b added comment to hash class. 13 years ago
html.php 2a1c01f1c9 Cleaning up HTML class bloat. 13 years ago
inflector.php 1aa86d0798 improved performance. added support for database ports. 13 years ago
input.php 5bea9121af Refactoring input class to use Request::spoofed when hydrating input. 13 years ago
lang.php ea6b58b28c refactoring lang class. 13 years ago
loader.php 1aa86d0798 improved performance. added support for database ports. 13 years ago
log.php 5114f2ee87 Trimming comment bloat in Log class. 13 years ago
memcached.php 31e4b7a407 Trimming comment bloat in Memcached class. 13 years ago
redirect.php 9fc8c36b94 Removing comment bloat from Redirect class. 13 years ago
request.php 141bed3916 cleaning up Request::uri method. 13 years ago
response.php 924ecf879c Added __toString method to Response. 13 years ago
route.php 5ea2974bd6 Trim comment bloat from Route class. 13 years ago
router.php d0ba4719d8 extracted the route wildcard translation to a separate method. 13 years ago
session.php 8056e0d1a7 Moved Session\Factory functionality into the Session class. 13 years ago
str.php 5755fdaba0 Refactor Str::pool method. 13 years ago
url.php e48d611149 Remove comment bloat from URL class. 13 years ago
validator.php 4a4a79ce34 Remove comment bloat from Validator class. 13 years ago
view.php 9608a0dee7 Removed comment bloat from View class. 13 years ago