moszkva/fileuploader

There is no license information available for the latest version (v1.2) of this package.

v1.2 2014-05-02 18:23 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:49:05 UTC


README

Fileuploader solution for laravel 4

  • Stores file's metadatas in a database table
  • Stores file in filesystem
  • Easy way for getting stored file and download that
  • Easy configuration

##Installation via Composer##

{
   "require-dev": {
        "moszkva/fileuploader": "dev-master"
   }
}