| Install | |
|---|---|
composer require amrsoliman/assets-cdn |
Easily display your Laravel assets through a cdn without having to change a line in your views.
Add the following require to your composer.json file:
"require": {
...
"amrsoliman/assets-cdn": "1.*"
},
...
"post-install-cmd": [
...
"php artisan assets-cdn:update"
],
Then run composer update
Add "AmrSoliman\AssetsCdn\AssetsCdnServiceProvider", to the list of providers in config/app.php.
Run php artisan vendor:publish
Go to file config/assets-cdn.php and configure your CDN. We recommend only enabling it in production.
Any CDN works provided that the following conditions are met: