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

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

hellopeterlee/laravel-uploader
==============================

v0.1.2(5y ago)020MITPHPPHP &gt;=5.5.9

Since Oct 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/hellopeterlee/laravel-uploader)[ Packagist](https://packagist.org/packages/hellopeterlee/laravel-uploader)[ RSS](/packages/hellopeterlee-laravel-uploader/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (4)Used By (0)

Laravel Uploader
================

[](#laravel-uploader)

🌴 An upload component that allows you to save more time playing LOL.

Installing
----------

[](#installing)

1. register provider and configuration.

    ```
    $ composer require hellopeterlee/laravel-uploader -vvv
    ```

    then register the package service provider, add the following line to `providers` section of `config/app.php`:

    ```
    PeterLee\Scaffold\UploadServiceProvider::class,
    ```

    and publish the assets using command:

    ```
    $ php artisan vendor:publish --provider=HelloPeterlee\\LaravelUploader\\UploadServiceProvider
    ```
2. Routing

    You can register routes in `routes/web.php` or other routes file:

    ```
    \LaravelUploader::routes();
    ```

Usage
-----

[](#usage)

1. Add the uploader component to right position of your form:

    ```
    @uploader('images')
    ```

    or assign form name:

    ```
    @uploader('images', ['name' => 'images'])
    ```

    or set max files:

    ```
    @uploader('images', ['max' => 10])
    ```

    and strategy (default: 'default'):

    ```
    @uploader('images', ['strategy' => 'avatar'])
    ```
2. Don't forget import uploader assets at the end of your template:

    ```
    @uploader('assets')
    ```

License
-------

[](#license)

MIT

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Every ~361 days

Total

3

Last Release

2030d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce1c33d08cc8029139d3e985040642d771089d76f04140ede74caff969d2546c?d=identicon)[peirenlei](/maintainers/peirenlei)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

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

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[barryvdh/elfinder-flysystem-driver

A Flysystem Driver for elFinder

1864.7M31](/packages/barryvdh-elfinder-flysystem-driver)[itskodinger/midia

Simple Media manager for your Laravel project

1415.8k](/packages/itskodinger-midia)[jeremytubbs/deepzoom

Deepzoom Tile Generator for OpenSeadragon

5018.7k2](/packages/jeremytubbs-deepzoom)[farhanshares/laravel-mediaman

MediaMan - The most elegant &amp; powerful media management package for Laravel!

293.7k](/packages/farhanshares-laravel-mediaman)[xefi/faker-php-images

Faker extension to generate images

402.6k](/packages/xefi-faker-php-images)

PHPackages © 2026

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