fridzema/cdn-prefixer
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')
Related Packages
teepluss/component
Component is used to separate small parts from the main view and still works per...
224
2
djordje/laravel-asset-symlinker
This tool enable symlinking of workbench or vendor's assets to your Laravel 4 pu...
2,575
0