2017 © Pedro Peláez
 

cakephp-plugin uploadit

Transloadit Plugin for CakePHP

image

wnasich/uploadit

Transloadit Plugin for CakePHP

  • Wednesday, June 17, 2015
  • by wnasich
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

uploadit

Transloadit plugin for CakePHP, (*1)

This plugin allow us delegate upload of files to the cloud service Transloadit. It provides view elements, component and a little js file which enable our app to upload files to Transloadit and proccess the response, in order to save a reference to external stored files., (*2)

You will need a Transloadit account and minimal knowldege about how it works. Transloadit Docs, (*3)

Installation

To install the plugin, place the files in a directory labelled "Uploadit/" in your "app/Plugin/" directory., (*4)

Then, include the following line in your app/Config/bootstrap.php to load the plugin in your application., (*5)

CakePlugin::load('Uploadit');

Git Submodule

If you're using git for version control, you may want to add the Uploadit plugin as a submodule on your repository. To do so, run the following command from the base of your repository:, (*6)

git submodule add git@github.com:wnasich/uploadit.git app/Plugin/Uploadit

After doing so, you will see the submodule in your changes pending, plus the file .gitmodules. Simply commit and push to your repository., (*7)

To initialize the submodule(s) run the following command:, (*8)

git submodule update --init --recursive

To retrieve the latest updates to the plugin, assuming you're using the master branch, go to app/Plugin/Uploadit and run the following command:, (*9)

git pull origin master

If you're using another branch, just change "master" for the branch you are currently using., (*10)

If any updates are added, go back to the base of your own repository, commit and push your changes. This will update your repository to point to the latest updates to the plugin., (*11)

Composer

The plugin also provides a "composer.json" file, to easily use the plugin through the Composer dependency manager., (*12)

The Versions

17/06 2015

dev-master

9999999-dev http://github.com/wnasich/uploadit

Transloadit Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

by Walter Nasich

cakephp uploads transloadit