perseid/laravel-cdn

A cdn helper package for Laravel applications.

Maintainers

Package info

github.com/Perseid-Group-Holdings-Pvt-Ltd/laravel-cdn

pkg:composer/perseid/laravel-cdn

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0 2026-04-26 17:38 UTC

This package is auto-updated.

Last update: 2026-04-26 18:48:26 UTC


README

GitHub Workflow Status (master) Total Downloads Latest Version License

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