PHPackages                             xanweb/c5-web-link - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. xanweb/c5-web-link

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

xanweb/c5-web-link
==================

Manage HTML head links to improve page load performance

v2.0.2(3y ago)0218MITPHPPHP &gt;=7.4

Since Feb 19Pushed 3y ago3 watchersCompare

[ Source](https://github.com/Xanweb/c5-web-link)[ Packagist](https://packagist.org/packages/xanweb/c5-web-link)[ RSS](/packages/xanweb-c5-web-link/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (4)Dependencies (2)Versions (8)Used By (0)

ConcreteCMS WebLink
===================

[](#concretecms-weblink)

[![Latest Version on Packagist](https://camo.githubusercontent.com/df83cf87dbb96e019d4519c34599865155fb6e196fd3bfce6a538f8a77a31a9f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f78616e7765622f63352d7765622d6c696e6b2e7376673f6d61784167653d32353932303030267374796c653d666c61742d737175617265)](https://packagist.org/packages/xanweb/c5-web-link)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Manage HTML head links to improve page load performance

Installation
------------

[](#installation)

Include library to your composer.json

```
composer require xanweb/c5-web-link
```

Add the service provider and middleware to `application/config/app.php`

```
return [
    'providers' => [
        'xw_web_link' => '\Xanweb\C5\WebLink\ServiceProvider'
    ]
];
```

Make sure you are loading vendor autoload `application/bootstrap/autoload.php`

```
