stee1cat/yii2-file-attachment

Extension for file uploading and attaching to the models

Maintainers

Package info

github.com/stee1cat/yii2-file-attachment

Type:yii2-extension

pkg:composer/stee1cat/yii2-file-attachment

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2015-09-29 06:32 UTC

This package is not auto-updated.

Last update: 2026-03-29 02:12:05 UTC


README

Extension for file uploading and attaching to the models

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist stee1cat/yii2-file-attachment "*"

or add

"stee1cat/yii2-file-attachment": "*"

to the require section of your composer.json file.

Usage

...