Download the PHP package bangnokia/cdn-image without Composer
On this page you can find all versions of the php package bangnokia/cdn-image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bangnokia/cdn-image
More information about bangnokia/cdn-image
Files in bangnokia/cdn-image
Package cdn-image
Short Description Using cdn for images on the website
License MIT
Homepage https://github.com/bangnokia/cdn-image
Informations about the package cdn-image
Laravel CDN image blade component
If your website is running and has lots of images which make it slow, you should start to use a CDN for better speed beside with some convenient operations to manipulate image like resize, filter, convert to webp, etc...
By default, this package supports statically (a free CDN service out of the box) using via /img
endpoint.
Installation
You can install the package via composer:
You can publish the config file with:
Sample config file
Now you should value for the provider you are using in config/cdn_image.php
config file.
CDN Providers supported
Usage
The blade x-img
component supports 3 most used props (at least I thought that):
src
width
height
and
query
for other operations which depends on each provider
Example
will be rendered to
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- bangnokia
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of cdn-image with dependencies
spatie/laravel-package-tools Version ^1.4.3
illuminate/contracts Version ^7.4|^8.0|^9.0