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

Abandoned → [leadthread/laravel-upload](/?search=leadthread%2Flaravel-upload)Library[File &amp; Storage](/categories/file-storage)

zenapply/laravel-upload
=======================

2.0.0(9y ago)018MITPHP

Since Jul 29Pushed 4y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (5)Versions (12)Used By (0)

laravel-upload
==============

[](#laravel-upload)

[![Latest Version](https://camo.githubusercontent.com/c89d368daf1c274d62f4d446031bf0a8b1fc021385f10e4f401343a9f1cf9e94/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6c6561647468726561642f6c61726176656c2d75706c6f61642e7376673f7374796c653d666c61742d737175617265)](https://github.com/leadthread/laravel-upload/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/e28971918af1f338db7eac294e45f264d95409bd459f6958f24c44666a54e460/68747470733a2f2f7472617669732d63692e6f72672f6c6561647468726561642f6c61726176656c2d75706c6f61642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/leadthread/laravel-upload)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f48ad2fb73c84acca72f67e98abe39d02938fb7c0c556f2884ffb14603e6b030/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c6561647468726561642f6c61726176656c2d75706c6f61642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/leadthread/laravel-upload/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/ddff273e3b565cd19b0d1a61193e0434431c57d29eaca4fff916b0bfbf008c7f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c6561647468726561642f6c61726176656c2d75706c6f61642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/leadthread/laravel-upload/?branch=master)[![Dependency Status](https://camo.githubusercontent.com/1c4ac926efb90f2924bb989040a5bf7eedb5476ed59563195a7d1ed8141ed7fb/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3536663332353263333536333065303032396462303138372f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/56f3252c35630e0029db0187)[![Total Downloads](https://camo.githubusercontent.com/7259dc18bc9039295bb7ce2f972625252eafcc3cb0beeb62f0c0c4a242f06404/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6561647468726561642f6c61726176656c2d75706c6f61642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/leadthread/laravel-upload)

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

[](#installation)

Install via [composer](https://getcomposer.org/) - In the terminal:

```
composer require leadthread/laravel-upload
```

Now add the following to the `providers` array in your `config/app.php`

```
LeadThread\Upload\Providers\Upload::class
```

and this to the `aliases` array in `config/app.php`

```
"Upload" => "LeadThread\Upload\Facades\Upload",
```

Then you will need to run these commands in the terminal in order to copy the config and migration files

```
php artisan vendor:publish --provider="LeadThread\Upload\Providers\Upload"
```

Before you run the migration you may want to take a look at `config/upload.php` and change the `table` property to a table name that you would like to use. After that run the migration

```
php artisan migrate
```

Usage
-----

[](#usage)

To save the file to the disk and database:

```
function upload(Request $request)
{
	$file = $request->file('file');

	//Returns an Eloquent Model for the file
	$model = Upload::create($file);
}
```

Contributing
------------

[](#contributing)

Contributions are always welcome!

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

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

Recently: every ~59 days

Total

8

Last Release

3358d ago

Major Versions

0.0.2 → 1.0.02016-08-25

1.1.0 → 2.0.02017-04-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d0f17a08e8038aafdd451317206dda9429dfda2c7cbadb0c0796e25367108d5?d=identicon)[tylercd100](/maintainers/tylercd100)

---

Top Contributors

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

---

Tags

laraveluploadtylercd100leadthread

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

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

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k13.5M60](/packages/knuckleswtf-scribe)[alexusmai/laravel-file-manager

File manager for Laravel

1.2k786.7k9](/packages/alexusmai-laravel-file-manager)

PHPackages © 2026

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