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

v1.0.2 2024-03-12 11:18 UTC

This package is auto-updated.

Last update: 2025-12-12 15:59:03 UTC


README

Latest Version Latest Version

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!