ctf0/asset-cache-bust

Automatic Assets CacheBust in Php

Maintainers

Package info

github.com/ctf0/AssetCacheBust

pkg:composer/ctf0/asset-cache-bust

Fund package maintenance!

ctf0

Statistics

Installs: 10 575

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

v1.0.3 2017-09-14 23:20 UTC

This package is auto-updated.

Last update: 2026-03-01 00:23:34 UTC


README

Asset Cache Bust
Latest Stable Version Total Downloads

simply everytime you make a change to the file, its timestamp gets changed & the cache will be busted automatically 😍.

Installation

  • composer require ctf0/asset-cache-bust

Usage

  • in your view

    // php
    <?php echo bustfy('css/style.css') ?>
    
    // laravel
    {{ bustfy('css/style.css') }}

Security

If you discover any security-related issues, please email ctf0-dev@protonmail.com.