ctf0/asset-cache-bust

Automatic Assets CacheBust in Laravel
10,700 3
Install
composer require ctf0/asset-cache-bust
Latest Version:v1.0.3
PHP:>=5.6
License:MIT
Last Updated:Jan 3, 2023
Links: GitHub  ·  Packagist
Maintainer: ctf0

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.