PHPackages                             snnick/laravel-file-uploader - 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. snnick/laravel-file-uploader

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

snnick/laravel-file-uploader
============================

Laravel package for file upload

2228PHP

Since May 10Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Snnick/laravel-file-uploader)[ Packagist](https://packagist.org/packages/snnick/laravel-file-uploader)[ RSS](/packages/snnick-laravel-file-uploader/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Installation
------------

[](#installation)

Run the following command to install the latest applicable version of the package:

```
composer require snnick/laravel-file-uploader
```

After installation, you can publish the package configuration using the `vendor:publish` command. This command will publish the `file-uploader.php` configuration file to your config directory:

```
php artisan vendor:publish --provider="Snnick\LaravelFileUploader\LaravelUploaderServiceProvider"
```

You may configure the file path in your `.env` file:

```
FILE_UPLOAD_PATH=app/public/files
```

### Upload

[](#upload)

You can upload files:

```
$service = new FileService();
$service->upload(collect(request()->file('files')));
```

### Delete

[](#delete)

You can delete an uploaded file:

```
$service = new FileService();
$service->delete('app/public/files/file.pdf');
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/085a86244ca324150d6934e7ca6b4c7c2a63236cff39515343f07eaa22b8bbcb?d=identicon)[Snnick](/maintainers/Snnick)

### Embed Badge

![Health badge](/badges/snnick-laravel-file-uploader/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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