Commit c9beefaa by Taylor Otwell

add better comments to composer file.

parent 8ba0dfac
......@@ -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)
{
//
// This composer is called for every view.
},
'home.index' => array('name' => 'home', function($view)
{
//
// This composer is called for the "home.index" view.
}),
);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment