PHPackages                             file-upload-package/laravel-file-upload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. file-upload-package/laravel-file-upload

ActiveLibrary[File &amp; Storage](/categories/file-storage)

file-upload-package/laravel-file-upload
=======================================

A Laravel package for easy file uploads

v1.0.0(1y ago)05MITPHPPHP ^7.3|^8.0

Since Sep 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Juneict/laravel-fileupload-package)[ Packagist](https://packagist.org/packages/file-upload-package/laravel-file-upload)[ Docs](https://github.com/Juneict/laravel-fileupload-package)[ RSS](/packages/file-upload-package-laravel-file-upload/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Laravel File Upload Package
===========================

[](#laravel-file-upload-package)

#### Description

[](#description)

Laravel file upload is a package that allows to you upload a single file or multiple files simply.

#### Installation

[](#installation)

```
composer require file-upload-package/laravel-file-upload

```

#### Publish Config File

[](#publish-config-file)

```
php artisan vendor:publish --tag=config

```

### 1- Using the Package in Your Application

[](#1--using-the-package-in-your-application)

Here are a few short examples of what you can do:

```
$post = new Post();
//...
$post->image =  FileUpload::uploadSingle($request->file('image'));

$post->save();
```

You can add folder path.

```
$post = new Post();
//...
$post->image =  FileUpload::uploadSingle($request->file('iamge'),'posts');

$post->save();

***Dont forget*** run this command.
```bach
php artisan storage:link
```

---

### 2- MediaUploadService class

[](#2--mediauploadservice-class)

```
$post = new Post();
//...
$post->files =  FileUpload::uploadMultiple($request->file('files'));

$post->save();
```

### 3- Old File Delete

[](#3--old-file-delete)

```
$fileUpload->oldFileDelete($oldFilePath);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

645d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/57032174?v=4)[June Moe Nyi Nyi](/maintainers/Juneict)[@Juneict](https://github.com/Juneict)

---

Top Contributors

[![Juneict](https://avatars.githubusercontent.com/u/57032174?v=4)](https://github.com/Juneict "Juneict (5 commits)")

---

Tags

laravelfile-uploadImage uploadmulti-file

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/file-upload-package-laravel-file-upload/health.svg)

```
[![Health](https://phpackages.com/badges/file-upload-package-laravel-file-upload/health.svg)](https://phpackages.com/packages/file-upload-package-laravel-file-upload)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816334.1k3](/packages/defstudio-telegraph)[api-platform/laravel

API Platform support for Laravel

58171.8k14](/packages/api-platform-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
