You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #16176 Add UrlHelper section to HttpFoundation docs (dreadnip)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
Add UrlHelper section to HttpFoundation docs
I was recently looking for a way to generate absolute URLs for assets in a service, and I finally stumbled upon the UrlHelper class after reading [this blog post](https://symfony.com/blog/new-in-symfony-4-3-url-helper), but I couldn't find any mention of it in the docs when searching for absolute_url() or anything related.
I then saw [this comment on the original PR](symfony/symfony#30862 (comment)), but saw no such PR for the docs.
This is my first contribution to the docs so any feedback is welcome.
Commits
-------
5720f50 Add UrlHelper section to HttpFoundation docs
0 commit comments