Download the PHP package alexbuckham/cloudflare-images-laravel without Composer
On this page you can find all versions of the php package alexbuckham/cloudflare-images-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexbuckham/cloudflare-images-laravel
More information about alexbuckham/cloudflare-images-laravel
Files in alexbuckham/cloudflare-images-laravel
Download alexbuckham/cloudflare-images-laravel
More information about alexbuckham/cloudflare-images-laravel
Files in alexbuckham/cloudflare-images-laravel
Vendor alexbuckham
Package cloudflare-images-laravel
Short Description A simple package to interact with the Cloudflare Images service.
License MIT
Package cloudflare-images-laravel
Short Description A simple package to interact with the Cloudflare Images service.
License MIT
Please rate this library. Is it a good library?
Informations about the package cloudflare-images-laravel
CloudflareImagesLaravel
Provides access to Cloudflare Images service for Laravel.
Table of contents
- Installation
- Configuration
- Usage
Installation
To get the latest version of CloudflareImagesLaravel
, simply require the project using Composer:
Or manually update the require
block of composer.json
and run composer update
.
Configuration
Set environment variables:
CF_IMAGES_ACCOUNT_ID
- Cloudflare account IDCF_IMAGES_CF_IMAGES_TOKEN
- Cloudflare API tokenCF_IMAGES_KEY
- Create a CF images key under the Images section of your Cloudflare accountCF_IMAGES_DELIVERY_URL
- Copy the images delivery base url from the Cloudflare images dashboard
Usage
Create a variant
Upload an image
Generate a signed URL
Overriding configuration
You can override the environment variables by passing new properties to the CloudflareImages
constructor.
All versions of cloudflare-images-laravel with dependencies
PHP Build Version
Package Version
The package alexbuckham/cloudflare-images-laravel contains the following files
Loading the files please wait ....