Edit on GitHub
Jump to docs navigation

Twig Components / Methods / preload

preload(uri, attributes = []) is a Twig function to preload an asset by wrapping it with the preload() function.

<head>
    <!-- ... -->
    <link rel="preload" href="{{ preload(asset('build/app.css')) }}">
</head>

To do that, first install the WebLink component:

composer require symfony/web-link

Source: Symfony



Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.