Download the PHP package fredyns/yii2-attachments without Composer
On this page you can find all versions of the php package fredyns/yii2-attachments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fredyns/yii2-attachments
More information about fredyns/yii2-attachments
Files in fredyns/yii2-attachments
Package yii2-attachments
Short Description Extension for file uploading and attaching to the models
License BSD-4-Clause
Homepage https://github.com/fredyns/yii2-attachments
Informations about the package yii2-attachments
Yii2 Attachments
Upload models attachment to Flysystem
Demo
You can see the demo of upload input on the krajee website
Installation
-
install yii2-flysystem and filesystem of your choice.
Please look closely at its documentation for installation. (it may get some update)
-
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your
composer.json
file. -
Add module to
common/config/main.php
(advanced template)for basic app you should add to both
config/web.php
&config/console.php
. -
Apply migrations
-
Attach behavior to your model (be sure that your model has "id" property)
-
Make sure that you have added
'enctype' => 'multipart/form-data'
to the ActiveForm options - Make sure that you specified
maxFiles
in module rules andmaxFileCount
onAttachmentsInput
to the number that you want
Usage
-
In the
form.php
of your model add file input -
Use widget to show all attachments of the model in the
view.php
- You can get all attached files by calling , for example:
Using Events
You may add the following function to your model
All versions of yii2-attachments with dependencies
yiisoft/yii2 Version ~2.0.0
creocoder/yii2-flysystem Version ^1.0
league/flysystem-aws-s3-v3 Version ~1.0
kartik-v/yii2-widget-fileinput Version ~1.0.0
himiklab/yii2-colorbox-widget Version *