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: 2024-11-16 03:12:09 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')