nette/assets
Nette Assets provides a lightweight way to manage web assets in Nette apps. It helps register, version, and generate URLs for CSS/JS and other files, supporting cache busting and clean asset linking in templates and presenters.
nette/assets is a lightweight asset management library for PHP that helps you organize, build, and render front-end resources in a clean, framework-friendly way. It fits naturally into Nette apps, but can be used standalone wherever you need consistent handling of CSS/JS and other static assets.
Define assets once, group them logically, and generate the correct HTML output while keeping your templates tidy and your build process predictable.
<link> and <script> tags cleanlyHow can I help you explore Laravel packages today?