PHPackages                             yueshang/laravel-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. yueshang/laravel-upload

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

yueshang/laravel-upload
=======================

0.0.3(6y ago)124MITPHPPHP &gt;=5.5.9CI failing

Since Sep 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/iyueshang/laravel-upload)[ Packagist](https://packagist.org/packages/yueshang/laravel-upload)[ RSS](/packages/yueshang-laravel-upload/feed)WikiDiscussions master Synced today

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

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

[](#laravel-uploader)

🌴 An upload component.

Installing
----------

[](#installing)

1. register provider and configuration.

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

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

    ```
    Yueshang\LaravelUploader\UploadServiceProvider::class,
    ```

    and publish the assets using command:

    ```
    $ php artisan vendor:publish --provider=Yueshang\\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

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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 ~3 days

Total

3

Last Release

2437d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/88f113d6354ddec17c9fa15837d31dda5a2e160f41fe7f53204dc5b168d29330?d=identicon)[yueshang](/maintainers/yueshang)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[overtrue/laravel-filesystem-qiniu

A Qiniu storage filesystem for Laravel.

482229.7k16](/packages/overtrue-laravel-filesystem-qiniu)[rahulhaque/laravel-filepond

Use FilePond the Laravel way

261114.4k2](/packages/rahulhaque-laravel-filepond)[overtrue/laravel-filesystem-cos

A Cos storage filesystem for Laravel.

92128.4k7](/packages/overtrue-laravel-filesystem-cos)

PHPackages © 2026

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