add better comments to composer file.
This commit is contained in:
@@ -37,16 +37,19 @@ return array(
|
|||||||
| //
|
| //
|
||||||
| })
|
| })
|
||||||
|
|
|
|
||||||
|
| The "shared" composer is called for every view. This allows the
|
||||||
|
| convenient binding of global data or assets.
|
||||||
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'shared' => function($view)
|
'shared' => function($view)
|
||||||
{
|
{
|
||||||
//
|
// This composer is called for every view.
|
||||||
},
|
},
|
||||||
|
|
||||||
'home.index' => array('name' => 'home', function($view)
|
'home.index' => array('name' => 'home', function($view)
|
||||||
{
|
{
|
||||||
//
|
// This composer is called for the "home.index" view.
|
||||||
}),
|
}),
|
||||||
|
|
||||||
);
|
);
|
||||||
Reference in New Issue
Block a user