Taylor Otwell 2a1c01f1c9 Cleaning up HTML class bloat. 13 years ago
..
cache 739068b00d moved cache, db, logs, and sessions to the storage directory. 13 years ago
db 622635d5cf Fixed typo in Query::select comment. 13 years ago
route 4f73200675 moved route filter to route directory. 13 years ago
session 739068b00d moved cache, db, logs, and sessions to the storage directory. 13 years ago
validation 0013e5bcbe Fixed bug in validator message handling for empty file uploads. 13 years ago
views 30c83f265d overall code refactoring. 14 years ago
arr.php 65ffe0b610 Added support for closures as Arr::get default parameter. 13 years ago
auth.php 39d3ccb8f0 Refactoring / comment clean-up on Auth class. 13 years ago
benchmark.php 72e7275fe0 throw exception in benchmark class if one has not been defined. 14 years ago
cache.php d1f1c367e2 Formatting Cache class. 13 years ago
config.php 45333c5743 Formatting Config class. 13 years ago
cookie.php 65bbea81fd Put the Cookie class on a diet. 13 years ago
crypt.php 3c7dd2822b Trimming comment bloat in Crypt class. 13 years ago
db.php 014c2ebf66 Removing comment bloat from DB class. 13 years ago
error.php fa0e6c8db1 Trimming comment bloat from Error class. 13 years ago
file.php d51be02dd2 enhanced validation, added mimes config array. 13 years ago
form.php 77c23c4665 Trim bloat from Form class. 13 years ago
hash.php 28d11f15bb Refactoring 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 6fc0770bce Continuing to clean up Input class. 13 years ago
lang.php a536ceae72 Added default value to Lang::line()->get(). 13 years ago
loader.php 1aa86d0798 improved performance. added support for database ports. 13 years ago
log.php 739068b00d moved cache, db, logs, and sessions to the storage directory. 13 years ago
memcached.php f7bb0c5510 trimmed comment bloat. returning boolean on eloquent save. 14 years ago
redirect.php 87ec697f2d Refactoring dynamic redirects to routes. 13 years ago
request.php 1a82d9c54f Removed usage of Arr from Request class. 13 years ago
response.php 3408bb8492 overall code refactoring, comment improvement. 14 years ago
route.php 4f73200675 moved route filter to route directory. 13 years ago
router.php dbc418c0d7 changed Request::is to Request::route_is. 13 years ago
session.php e5beda1d5b Converted Session class to use Cookie::put. 13 years ago
str.php 081a3e512f initial commit of validation classes. 13 years ago
text.php f7bb0c5510 trimmed comment bloat. returning boolean on eloquent save. 14 years ago
url.php c7e7d64545 Refactoring dynamic URLs to routes. 13 years ago
validator.php cbf2399ab8 Default Validator target to Input data. 13 years ago
view.php b7b258a10b removed error collector bloat, switched to plain array. thanks mikelbring. 13 years ago