PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gabriel Alejandro López López   Yii2 PHP Active Record Uploader Behavior   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 PHP Active Record Uploader Behavior
Process file uploads to use with model classes
Author: By
Last change:
Date: 2 months ago
Size: 682 bytes
 

Contents

Class file image Download
{ "name": "daxslab/yii2-uploader-behavior", "description": "Yii2 Uploader Behavior for Active Record that automates file uploading for every attribute tagged with `file` or `image` validation rule. It also configures the way that filename should be renamed and stored in database as attribute value.", "type": "yii2-extension", "keywords": ["yii2","extension"], "license": "GPL-2.0", "authors": [ { "name": "Gabriel A. López López", "email": "glpz@daxslab.com" } ], "require": { "yiisoft/yii2": "*" }, "autoload": { "psr-4": { "daxslab\\behaviors\\": "" } } }