kulchandu / media-service
This is a media service using upload image for storage folder and s3bucket for laravel
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kulchandu/media-service
Requires
- aws/aws-sdk-php: ^3.279
README
Introduction
This is a media service using upload image for storage folder and s3bucket for laravel
Installation Documentation
run composer require kulchandu/media-service
Publish the vendors
php artisan vendor:publish
Usage
$file_path = MediaServiceFacade::uploadAndAssociate($request->file); -It returns the path of file-
License
Laravel Media Service is open-sourced software licensed under the MIT license.
Thank you for considering contributing to Media Service for Laravel!