laravel-cdn maintained by perseid
This package provides a wonderful CDN helper to integrate any Laravel application with a CDN provider like Cloudfront.
Requires PHP 8.3+
⚡️ Install package using Composer:
composer require perseid/laravel-cdn
⚗️ Run static analysis using PHPStan:
composer test:types
✅ Run unit tests using PEST
composer test:unit
🚀 Run the entire test suite:
composer test