uskur / attachments
There is no license information available for the latest version (v1.0.0) of this package.
Attachments plugin for CakePHP
Package info
Language:JavaScript
Type:cakephp-plugin
pkg:composer/uskur/attachments
v1.0.0
2017-12-19 08:57 UTC
Requires
- php: >=5.5.9
- cakephp/cakephp: >=3.3.2 <4.0.0
- eventviva/php-image-resize: ^1.5
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-09 16:11:32 UTC
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require uskur/attachments
Include $this->addBehavior('Uskur/Attachments.Attachments'); in target table.