fridzema / cdn-prefixer
Little optional cdn url prefixer, can be used as an replacement for the default asset helper
Installs: 42
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fridzema/cdn-prefixer
This package is auto-updated.
Last update: 2025-09-16 04:45:12 UTC
README
composer require fridzema/cdn-prefixer
Add to providers array in config/app.php
Fridzema\CdnPrefixer\CdnPrefixerServiceProvider::class
Run in terminal
php artisan vendor:publish --tag=config
Use cdn() instead of asset() in your application now and it will be prefixed.
cdn('js/app.js')