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

https://github.com/ctf0/assetcachebust

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

cache-busting laravel php

Last synced: 8 months 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 [ctf0-dev@protonmail.com](mailto:ctf0-dev@protonmail.com).