Looking to hire Laravel developers? Try LaraJobs

laravel-cdn maintained by perseid

Description
A cdn helper package for Laravel applications.
Author
Last update
2026/04/26 19:38 (dev-main)
License
Links
Downloads
18

Comments
comments powered by Disqus

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