fridzema / cdn-prefixer
Little optional cdn url prefixer, can be used as an replacement for the default asset helper
v0.0.1
2017-08-12 20:15 UTC
This package is auto-updated.
Last update: 2025-01-16 03:29:36 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')