kyong / random-image-s3
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kyong/random-image-s3
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: 2025-12-29 02:52:13 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