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

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

novius/laravel-easy-upload
==========================

This packages makes it way easier to deal with file uploads and src

1.2.0(7y ago)03.2kAGPL-3.0HTMLPHP &gt;=7.1

Since Sep 14Pushed 7y ago2 watchersCompare

[ Source](https://github.com/novius/laravel-easy-upload)[ Packagist](https://packagist.org/packages/novius/laravel-easy-upload)[ RSS](/packages/novius-laravel-easy-upload/feed)WikiDiscussions 1.0 Synced today

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Easy Upload
===========

[](#easy-upload)

[![Travis](https://camo.githubusercontent.com/df0d9894f4e3332bbaa3d41a163c10807497e845135fecbda9a0adeb03f303f1/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e6f766975732f6c61726176656c2d656173792d75706c6f61642e7376673f6d61784167653d31383030267374796c653d666c61742d737175617265)](https://travis-ci.org/novius/laravel-easy-upload)[![Packagist Release](https://camo.githubusercontent.com/8372542712283c0a50165b0bfcab35c76bc748c03b76b40fd19a3970b7ddcda6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f766975732f6c61726176656c2d656173792d75706c6f61642e7376673f6d61784167653d31383030267374796c653d666c61742d737175617265)](https://packagist.org/packages/novius/laravel-easy-upload)[![Licence](https://camo.githubusercontent.com/d1790e4589782bb9b0661e1c193624faf4ed83dbf44b576c2e01ece47a11e9d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e6f766975732f6c61726176656c2d656173792d75706c6f61642e7376673f6d61784167653d31383030267374796c653d666c61742d737175617265)](https://github.com/novius/laravel-easy-upload#licence)

Treat file uploading as if it was just a text input

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

[](#installation)

```
composer require novius/laravel-easy-upload
```

Then add this to `config/app.php`:

```
// in 'providers' => [ ... ]
Novius\EasyUpload\EasyUploadServiceProvider::class,

// in 'aliases' => [ ... ]
'Upload' => Novius\EasyUpload\Support\Renderer::class,
```

Use
---

[](#use)

In a view:

```

    {{ Upload::input(['name' => 'avatar_src']) }}

```

This will provide a `` tag and a `` tag. As soon as the user specify a file, it will be uploaded through ajax, and the resulting file src will be stored in the hidden inout value attribute.

Possible options are:

```
{{ Upload::input([
    'name' => 'avatar_src', // default: file_src
    'attribute' => 'data-name', // default: name
    'value' => 'upload/my-image-1234.jpg',
    'class' => 'any-class-you-want or-several-at-the-same-time'
]) }}

{{ Upload::link([ // show the uploaded file link
    'link_attributes' => 'class="my-link"',
    'accept' => '.pdf,.zip',
]) }}

{{ Upload::image([ // preview the uploaded picture
    'accept' => 'image/*',
]) }}
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

5

Last Release

2621d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/341860?v=4)[Novius](/maintainers/novius)[@novius](https://github.com/novius)

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

---

Top Contributors

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

---

Tags

laraveluploadNovius

### Embed Badge

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

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

###  Alternatives

[czim/laravel-paperclip

Laravel Eloquent file attachment solution

80802.1k6](/packages/czim-laravel-paperclip)[itskodinger/midia

Simple Media manager for your Laravel project

1415.8k](/packages/itskodinger-midia)[kingofcode/laravel-uploadable

Laravel Uploadable trait to automatically upload images and files with minimum configuration

286.4k](/packages/kingofcode-laravel-uploadable)

PHPackages © 2026

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