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
* 4.4:
Handle fetch mode deprecation of DBAL 2.11.
Fixed handling of CSRF logout error
[WebProfilerBundle] changed label of memory usage in time panel (Mb into MiB)
[DotEnv][WebLink][Templating][ErrorHandler] Updated README with minimal example
Copy file name to clipboardExpand all lines: README.md
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,30 @@ This component implements the [HTML5's Links](https://www.w3.org/TR/html5/links.
8
8
and [Resource Hints](https://www.w3.org/TR/resource-hints/) W3C's specifications.
9
9
It can also be used with extensions defined in the [HTML5 link type extensions wiki](http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions).
10
10
11
+
Getting Started
12
+
---------------
13
+
14
+
```
15
+
$ composer require symfony/web-link
16
+
```
17
+
18
+
```php
19
+
use Symfony\Component\WebLink\GenericLinkProvider;
20
+
use Symfony\Component\WebLink\HttpHeaderSerializer;
0 commit comments