uskur / attachments
Attachments plugin for CakePHP
Installs: 269
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:JavaScript
Type:cakephp-plugin
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: 2024-10-10 17:41:11 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.