Skip to content

StalkAlex/yii2-prototype-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content prototyping module for Yii 2.0 Framework

Backend UI for static files

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist dmstr/yii2-prototype-module "*"

or add

"dmstr/yii2-prototype-module": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \dmstr\modules\prototype\AutoloadExample::widget(); ?>```

About

Content prototyping module for Yii 2.0 Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%