blixx/versionedasset

BLIXX versioned assets

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/blixx/versionedasset

dev-master 2019-05-14 13:36 UTC

This package is auto-updated.

Last update: 2025-09-15 03:28:05 UTC


README

Automatically adds a version number to your assets' URLs so they won't be cached when changed.

Installation instructions

composer require blixx/versionedasset

Edit your AppServiceProvider class and add the following string: \View::share('versionedAsset', app()->make(\Blixx\VersionedAsset\VersionedAsset)

To use this in your views use: {{ $versionedAsset->asset('filename') }}