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

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

ibox/uploader
=============

File uploader for laravel framework.

1.0.0(10y ago)045MITPHPPHP &gt;=5.4.0

Since Feb 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/juanem1/uploader)[ Packagist](https://packagist.org/packages/ibox/uploader)[ RSS](/packages/ibox-uploader/feed)WikiDiscussions master Synced 3w ago

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

Laravel File Uploader
=====================

[](#laravel-file-uploader)

This package take advantage of the Laravel [Filesytem](https://laravel.com/docs/5.2/filesystem) library.

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

[](#installation)

Begin by installing this package through Composer. Edit your project's composer.json file to require ibox/uploader

```
"require": {
    "ibox/uploader": "~1.0"
}
```

Next, update Composer from the terminal:

```
composer update

```

Configure
---------

[](#configure)

In config/filesystems.php update default key. This library will upload all files to the default option. If you are uploading locally also update the *root* key to define were the files will be stored.

Usage
-----

[](#usage)

Example:

In your HTML:

```

```

In your controller:

```
