Added even more asset documentation.

This commit is contained in:
Taylor Otwell 2011-08-09 13:32:05 -05:00
parent 1078bd0006
commit 59dab32caa
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ class Asset {
*
* // Get the "footer" asset contanier
* $container = Asset::container('footer');
*
* // Add an asset to the "footer" container
* Asset::container('footer')->add('jquery', 'js/jquery.js');
* </code>
*
* @param string $container