PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gabriel Alejandro López López   Yii2 Website Module   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Website Module
Add a content page management system to a site
Author: By
Last change:
Date: 1 month ago
Size: 1,047 bytes
 

Contents

Class file image Download
{ "name": "daxslab/yii2-website-module", "description": "Yii2 module to manage website content. Kind of a CMS...", "type": "yii2-extension", "keywords": [ "yii2", "module", "cms", "website" ], "license": "MIT", "authors": [ { "name": "Gabriel A. López López", "email": "glpz@daxslab.com" } ], "minimum-stability": "stable", "require": { "yiisoft/yii2": "*", "yiisoft/yii2-bootstrap4": "~2.0.6", "2amigos/yii2-ckeditor-widget": "^2.0", "2amigos/yii2-gallery-widget": "~1.0", "daxslab/yii2-thumbnailer": "~1.0", "daxslab/yii2-taggedview": "~1.0", "daxslab/yii2-uploader-behavior": "~1.0", "daxslab/yii2-sharelinks-widget": "^1.0", "yiisoft/yii2-jui": "*", "vinpel/yii2-dropzone": "~1.0.4", "zelenin/yii2-rss": "~0.1.0", "yii2tech/ar-position": "^1.0", "kartik-v/yii2-widget-switchinput": "^1.3" }, "autoload": { "psr-4": { "daxslab\\website\\": "" } }, "extra": { "bootstrap": "daxslab\\website\\Bootstrap" } }