Taylor Otwell
|
00af8c715f
|
Added comments to $route->handler().
|
2011-08-05 09:20:26 -05:00 |
Taylor Otwell
|
8affa31a02
|
Added shortcut syntax for route handlers on named routes.
|
2011-08-05 09:18:40 -05:00 |
Taylor Otwell
|
75a9591c65
|
Refactoring constant definition in laravel.php.
|
2011-08-05 09:06:55 -05:00 |
Taylor Otwell
|
668ecaedd9
|
Tweaking front controller.
|
2011-08-05 09:06:23 -05:00 |
Taylor Otwell
|
ae1acfddda
|
adjusted front controller.
|
2011-08-04 17:40:16 -05:00 |
Taylor Otwell
|
69ec79c987
|
moved laravel framework request cycle into laravel.php, minimalized front controller.
|
2011-08-04 17:36:23 -05:00 |
Taylor Otwell
|
af5059a3d8
|
Return false when loader doesn't find class in application directory.
|
2011-08-04 13:22:18 -05:00 |
Taylor Otwell
|
ed0f2361fd
|
Refactoring Request URI determination.
|
2011-08-04 10:59:28 -05:00 |
Taylor Otwell
|
6c9bb15a8d
|
Don't force modules to have route files.
|
2011-08-04 10:48:25 -05:00 |
Taylor Otwell
|
87a022cf35
|
Cache the URI, and added Request::segment method.
|
2011-08-04 10:47:47 -05:00 |
Taylor Otwell
|
ede3e12620
|
Changed Request::uri() call to System\Request::uri().
|
2011-08-04 10:07:13 -05:00 |
Taylor Otwell
|
ec3e059836
|
fixed bug in view class module loading and made loader properties public.
|
2011-08-03 23:36:39 -05:00 |
Taylor Otwell
|
78903e99a8
|
removed benchmarking stuff from front controller.
|
2011-08-03 22:58:19 -05:00 |
Taylor Otwell
|
2f047e3bef
|
removed benchmarking from splash screen.
|
2011-08-03 22:55:48 -05:00 |
Taylor Otwell
|
9edbce5ad3
|
add libraries directory.
|
2011-08-03 22:23:37 -05:00 |
Taylor Otwell
|
a83a85bbe8
|
removed favicon.
|
2011-08-03 22:21:56 -05:00 |
Taylor Otwell
|
eebbc08293
|
added back .gitignores
|
2011-08-03 22:15:08 -05:00 |
Taylor Otwell
|
f0f3dffc11
|
added module support!
|
2011-08-03 22:10:07 -05:00 |
Taylor Otwell
|
927c522e67
|
Move view composer loading back to application directory.
|
2011-08-03 08:47:09 -05:00 |
Taylor Otwell
|
57e6532723
|
Migrating back to old routing system.
|
2011-08-03 08:46:38 -05:00 |
Taylor Otwell
|
63694de75b
|
Changing back to old routing system.
|
2011-08-03 08:44:43 -05:00 |
Michael Hasselbring
|
277d161197
|
removed views/composters.php
|
2011-08-03 08:36:09 -05:00 |
Michael Hasselbring
|
8068a88b87
|
removed routes directory
|
2011-08-03 08:33:37 -05:00 |
Taylor Otwell
|
12185bd4db
|
Merge pull request #38 from mikelbring/develop
Moved composers, filters and routes back to application
|
2011-08-03 06:29:00 -07:00 |
Michael Hasselbring
|
4424cee0af
|
moved composers, filters and routes back to application, delete routes folder
|
2011-08-03 08:26:40 -05:00 |
Taylor Otwell
|
7f493421c4
|
syntax highlighting: take 3.
|
2011-08-02 22:54:56 -05:00 |
Taylor Otwell
|
833b6ba881
|
syntax highlighting: take 2.
|
2011-08-02 22:54:10 -05:00 |
Taylor Otwell
|
e25c119fad
|
trying to add syntax highlighting to readme.
|
2011-08-02 22:53:25 -05:00 |
Taylor Otwell
|
4f6a8ba289
|
converted readme to markdown.
|
2011-08-02 22:51:38 -05:00 |
Taylor Otwell
|
30b7eebfdb
|
added better comments to loader::register function.
|
2011-08-02 22:49:31 -05:00 |
Taylor Otwell
|
b4aa39ab83
|
added benchmarking information to splash screen.
|
2011-08-02 22:46:13 -05:00 |
Taylor Otwell
|
188b0c4f29
|
tweaks to package handling.
|
2011-08-02 22:40:12 -05:00 |
Taylor Otwell
|
dbf43877c6
|
added packages auto-load array.
|
2011-08-02 22:29:48 -05:00 |
Taylor Otwell
|
fb984016e8
|
added loader class.
|
2011-08-02 22:19:13 -05:00 |
Taylor Otwell
|
c70f090465
|
added package class.
|
2011-08-02 22:07:40 -05:00 |
Taylor Otwell
|
f2363b1141
|
return empty array when nested route directory doesnt have route file.
|
2011-08-02 21:26:29 -05:00 |
Taylor Otwell
|
e40faa1945
|
changed application file structure and routing definitions.
|
2011-08-02 21:23:13 -05:00 |
Taylor Otwell
|
32f383205e
|
restructured session driver interfaces and added cookie session driver.
|
2011-08-02 21:05:20 -05:00 |
Taylor Otwell
|
3583bc3b09
|
tweaked config and lang classes.
|
2011-08-02 20:20:17 -05:00 |
Taylor Otwell
|
f087df9bb8
|
Refactor database manager.
|
2011-08-02 13:49:17 -05:00 |
Taylor Otwell
|
614811bb40
|
Use array_key_exists in Arr::get instead of isset.
|
2011-08-02 13:44:02 -05:00 |
Taylor Otwell
|
28c6ac93ef
|
Scrap Arr::dot and put dot notation support in Arr::get.
|
2011-08-02 13:41:57 -05:00 |
Taylor Otwell
|
db5c61d50c
|
Added code to return the entire array to Arr::dot.
|
2011-08-02 13:40:25 -05:00 |
Taylor Otwell
|
dfbd8e7950
|
Added Arr::dot method.
|
2011-08-02 13:38:50 -05:00 |
Taylor Otwell
|
6c149b282f
|
Clean up database session driver.
|
2011-08-02 12:00:54 -05:00 |
Taylor Otwell
|
5f0ffe135d
|
Add comment to cache file driver.
|
2011-08-02 11:57:01 -05:00 |
Taylor Otwell
|
7e28433a61
|
Refactor session class.
|
2011-08-02 11:49:12 -05:00 |
Taylor Otwell
|
c19ab70a0f
|
refactor paginator for readability.
|
2011-08-02 11:22:59 -05:00 |
Taylor Otwell
|
be3266d255
|
Decomplicate the messages->format method.
|
2011-08-02 11:14:36 -05:00 |
Taylor Otwell
|
6ee6f7ba22
|
Refactor messages class.
|
2011-08-02 11:13:03 -05:00 |