Skip to content

vitalik74/yii2-primercss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-primer

This is Yii2 extension for PrimerCss. Extension provide simple interface to generate html code with PrimerCss library. See api doc.

REQUIREMENTS

The minimum requirement by this application template that your Web server supports PHP 5.4.0 and Yii2.

INSTALLATION

Install via Composer

If you do not have Composer, you may install it by following the instructions at getcomposer.org.

You can then install this widget. Put in your composer.json in require case:

"vitalik74/yii2-primercss": "*"

And run command "composer update".

DOCUMENTATIONS

See doc.

TESTS

Install codeception (see in composer.json). For run test use codecept run functional.