Yii2 Tabler Theme (Bootstrap 4)
It is a free admin template for backend of yii framework 2 based on Tabler theme. Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap 4
This extension consists assets bundles,, some page views and a layout example.
The preferred way to install this extension is through composer. Either run
php composer.phar require --prefer-dist synamen/yii2-tabler-theme "~1.0"
or add
synamen/yii2-tabler-theme": "~1.0"
to the require section of your composer.json
file.
#Usage All you need to to is copy views folder from vendor/synamen/views and paste into your app views folder
or with command
cp -R vendor/synamen/yii2-tabler-theme/views/* backend/views/