Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ctf0/assetcachebust

Automatic Assets CacheBust for Php
https://github.com/ctf0/assetcachebust

cache-busting laravel php

Last synced: 11 days ago
JSON representation

Automatic Assets CacheBust for Php

Awesome Lists containing this project

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

```blade
// php

// laravel
{{ bustfy('css/style.css') }}
```


### Security

If you discover any security-related issues, please email [[email protected]](mailto:[email protected]).