vitalik74 / yii2-primercss
This is Yii2 extension for PrimerCss
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- bower-asset/primer-css: @stable
- yiisoft/yii2: *
- yiisoft/yii2-bootstrap: *
Requires (Dev)
This package is not auto-updated.
Last update: 2024-10-30 08:40:26 UTC
README
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
.