hoaaah / yii2-startbootstrap-stylish-portfolio
This extensions is library for Startbootstrap Stylish-Portofolio Themes
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/startbootstrap-stylish-portfolio: *
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-25 15:12:47 UTC
README
This extensions is library for Startbootstrap Stylish-Portofolio Themes
Stylish Portfolio is a responsive, one page portfolio theme for Bootstrap created by Start Bootstrap. The theme features multiple content sections with an off canvas navigation menu.
Start Bootstrap was created by and is maintained by David Miller, Owner of Blackrock Digital.
Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.
Installation
The preferred way to install this extension is through composer.
Either run
composer require hoaaah/yii2-startbootstrap-stylish-portfolio:dev-master
or add
"hoaaah/yii2-startbootstrap-stylish-portfolio": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \hoaaah\stylish\AutoloadExample::widget(); ?>```