Commit 59dab32c authored by Taylor Otwell's avatar Taylor Otwell

Added even more asset documentation.

parent 1078bd00
......@@ -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
......
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