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
- Host: GitHub
- URL: https://github.com/ctf0/assetcachebust
- Owner: ctf0
- License: mit
- Created: 2016-10-06T14:53:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:14:09.000Z (about 3 years ago)
- Last Synced: 2025-07-18T03:58:08.661Z (8 months ago)
- Topics: cache-busting, laravel, php
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Asset Cache Bust
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).