PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gabriel Alejandro López López   Yii2 Static Pages Module   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Static Pages Module
Generate static pages for a Yii2 Web application
Author: By
Last change:
Date: 9 days ago
Size: 616 bytes
 

Contents

Class file image Download
{ "name": "daxslab/yii2-staticpages-module", "description": "Module to manage static pages in a Yii2 application", "type": "yii2-extension", "keywords": ["yii2","cms","static page"], "license": "MIT", "authors": [ { "name": "Gabriel A. López López", "email": "glpz@daxslab.com" }, { "name": "Carlos Cesar Caballero Díaz", "email": "ccesar@daxslab.com" } ], "require": { "yiisoft/yii2": "*" }, "autoload": { "psr-4": { "daxslab\\staticpages\\": "" } } }