2017 © Pedro Peláez
 

library upload

A basic package for handling uploaded files.

image

c4tech/upload

A basic package for handling uploaded files.

  • Wednesday, October 7, 2015
  • by impleri
  • Repository
  • 3 Watchers
  • 0 Stars
  • 117 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Upload

File uploads are nice. We were processing uploaded files in so many applications, that it became easier to make a single, polymorphic relation for reuse across applications and entities., (*1)

Latest Stable Version Build Status Scrutinizer Code Quality Code Coverage, (*2)

What's in the box?

The Upload model is simple enough. It comes paired with traits, for both Models and Repositories, to provide the necessary functionality to relate to uploads., (*3)

Installation and setup

  1. Add "c4tech/upload": "1.x" to your composer requirements and run composer update.
  2. Add C4tech\Upload\ServiceProvider to your service providers config array.
  3. Run php artisan vendor:publish to get the migrations.
  4. Run php artisan migrate to set up the migrations.
  5. (Optional) Edit config/upload.php and change entries in models and repos to match your class names.
  6. (Optional) Map the Repository Facades in your facades config array for fast access: a. "Upload" => "C4tech\Upload\Facade"

The Versions

07/10 2015

dev-master

9999999-dev

A basic package for handling uploaded files.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marcus Amargi
by Christopher Roussel
by Alton Torregano

07/10 2015

1.0.1

1.0.1.0

A basic package for handling uploaded files.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marcus Amargi
by Christopher Roussel
by Alton Torregano

06/10 2015

1.0.0

1.0.0.0

A basic package for handling uploaded files.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marcus Amargi
by Christopher Roussel
by Alton Torregano