kulchandu / media-service
This is a media service using upload image for storage folder and s3bucket for laravel
v1.0.2
2024-03-12 11:18 UTC
Requires
- aws/aws-sdk-php: ^3.279
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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!