Commit Graph

26 Commits

Author SHA1 Message Date
Taylor Otwell 121a15bbcf refactored route parameter parsing tests. 2011-07-13 23:24:22 -05:00
Taylor Otwell 398a5bb41a added support for optional route parameters. 2011-07-13 17:28:42 -05:00
Taylor Otwell c95e7fdbbe Refactor router to use routes.php as the default routes for all requests, even when using a routes directory. 2011-07-11 13:38:07 -07:00
Taylor Otwell d0ba4719d8 extracted the route wildcard translation to a separate method. 2011-07-09 23:54:07 -05:00
Taylor Otwell 8277694693 refactoring router. 2011-07-09 23:41:27 -05:00
Taylor Otwell ad824341a6 fixed bug in input class causing entire array to not be returned. 2011-07-07 22:30:15 -05:00
Taylor Otwell 59e5cfc711 Fixing comments on Router class. 2011-07-07 12:18:53 -07:00
Taylor Otwell 5a67571020 Refactoring the Router class. 2011-07-07 12:17:55 -07:00
Taylor Otwell 94ccbffb7d Refactoring Router class. 2011-07-07 11:55:09 -07:00
Taylor Otwell 80c746edb2 Refactor route parameter parsing. 2011-07-07 11:38:30 -07:00
Taylor Otwell b5e0eb022c Refactoring Router. 2011-07-07 09:49:31 -07:00
Taylor Otwell 7a8e04cbdd Added comment to Router class. 2011-07-07 09:37:14 -07:00
Taylor Otwell f0b02caaec Refactoring Router. 2011-07-07 09:34:58 -07:00
Taylor Otwell 1a4a7cbbab Make the Router::load method public. 2011-07-07 09:12:20 -07:00
Taylor Otwell c2e1ef68ad Refactor Router class, deprecate Route\Loader and Route\Parser. 2011-07-07 09:09:20 -07:00
Taylor Otwell 881d7f78a1 Trim comment bloat from Router class. 2011-07-06 15:03:51 -07:00
Taylor Otwell dbc418c0d7 changed Request::is to Request::route_is. 2011-06-19 22:49:01 -05:00
Taylor Otwell a3a9368707 added dynamic Request::is_ method.. e.g. Request::is_login(). 2011-06-18 12:00:52 -05:00
Taylor Otwell 3408bb8492 overall code refactoring, comment improvement. 2011-06-17 00:02:24 -05:00
Taylor Otwell 3cffaf589d Changed (:any) wildcard to more restrictive. 2011-06-15 06:25:44 -07:00
Taylor Otwell 30c83f265d overall code refactoring. 2011-06-14 17:27:11 -05:00
Taylor Otwell af24e8db45 adding some comments to the router class. 2011-06-13 23:20:13 -05:00
Taylor Otwell fd42e0ca40 moved route loading into separate function. 2011-06-13 23:18:22 -05:00
Taylor Otwell d2a74750c9 added support for organizing routes in a routes directory. 2011-06-13 21:45:22 -05:00
Taylor Otwell f7bb0c5510 trimmed comment bloat. returning boolean on eloquent save. 2011-06-10 12:43:09 -05:00
Taylor Otwell a188d62105 initial commit of laravel! 2011-06-08 23:45:08 -05:00