refactored welcome pages.

This commit is contained in:
Taylor Otwell
2011-10-11 21:27:16 -05:00
parent d07714936f
commit 7317b5857b
15 changed files with 311 additions and 309 deletions

View File

@@ -37,16 +37,8 @@ return array(
| //
| })
|
| The "shared" composer is called for every view. This allows the
| convenient binding of global data or assets.
|
*/
'shared' => function($view)
{
// This composer is called for every view.
},
'home.index' => array('name' => 'home', function($view)
{
// This composer is called for the "home.index" view.