8000 Added the documentation for the new Asset component by javiereguiluz · Pull Request #4987 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added the documentation for the new Asset component #4987

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
Added a missing link reference
  • Loading branch information
javiereguiluz committed Feb 12, 2015
commit e6e2ba46badafc50828615aa6e74edb7c2b7f471
2 changes: 2 additions & 0 deletions components/asset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,5 @@ linking to a document inside a template::

echo $packages->getUrl('/resume.pdf', 'doc');
// result: /somewhere/deep/for/documents/resume.pdf?v1

.. _Packagist: https://packagist.org/packages/symfony/asset
0