kyong / random-image-s3
There is no license information available for the latest version (v0.0.1) of this package.
v0.0.1
2019-03-31 03:04 UTC
Requires
- php: >=7.0.0
- intervention/image: ^2.4
- laravel/framework: ~5.5
- league/flysystem-aws-s3-v3: ^1.0
This package is auto-updated.
Last update: 2026-03-29 00:47:32 UTC
README
Overview
Description
AWS s3 bucket in image list to random image by mock
Demo
use Kyong\RandomImageS3\RandomImage;
RandomImage::makeUrl();
// http://localhost/randomimage/4668c22a-50f8-428f-8de4-25392e7d3e17/w600/h400
Install
composer require kyong/random-image-s3
php artisan vendor:publish --provider="Kyong\RandomImageS3\RandomImageS3ServiceProvider"
php artisan migrate