Skip to content

Uikit front-end framework's widgets & assets for yii2

License

Notifications You must be signed in to change notification settings

rvkulikov/yii2-uikit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yii2-uikit extensions for Yii2

Widgets & assets for a lightweight and modular front-end framework UiKit

Installation of Yii2 Uikit3 Extension

The preferred way to install this extension is through composer. Just run

You have to set in your project's composer.json to use this package, because of Uikit 3 RC version.

{
    ...
    "minimum-stability": "dev",
    "prefer-stable":true,
    ...
}
    
composer require --prefer-dist worstinme/yii2-uikit:"dev-master"

or add

"worstinme/yii2-uikit": "dev-master"

to the require section of your composer.json file.

Usage exaple:

For example, including main UiKit css & js files in any view files

\worstinme\uikit\Asset::register($this);

About

Uikit front-end framework's widgets & assets for yii2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%