nikitademin / plugin-upload-file-cake-php
There is no license information available for the latest version (dev-master) of this package.
PluginUploadFileCakePHP plugin for CakePHP
Package info
github.com/nikitademin1996/PluginUploadFileCakePHP
Type:cakephp-plugin
pkg:composer/nikitademin/plugin-upload-file-cake-php
dev-master
2016-06-15 08:19 UTC
Requires
- blueimp/jquery-file-upload: 9.12.3
This package is not auto-updated.
Last update: 2026-03-01 03:26:53 UTC
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require your-name-here/PluginUploadFileCakePHP
Установка
Установка через composer:
Добавить в Composer.json следующие строки
"require": {
"pluginuploadfilecakephp": "dev-master"
}
Из корневого каталога проекта выполнить в командной строке php composer.phar update
Для миграции таблиц, из корневого каталога выполнить bin/cake migrations migrate -p PluginUploadFileCakePHP