https://github.com/hoaaah/yii2-startbootstrap-stylish-portfolio
Yii2 Asset for Startbootstrap Stylish-Portofolio
https://github.com/hoaaah/yii2-startbootstrap-stylish-portfolio
Last synced: 8 months ago
JSON representation
Yii2 Asset for Startbootstrap Stylish-Portofolio
- Host: GitHub
- URL: https://github.com/hoaaah/yii2-startbootstrap-stylish-portfolio
- Owner: hoaaah
- Created: 2017-03-11T13:34:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T02:44:39.000Z (almost 7 years ago)
- Last Synced: 2025-01-07T21:38:03.257Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 956 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
yii2-startbootstrap-stylish-portfolio
=====================================
This extensions is library for Startbootstrap Stylish-Portofolio Themes[Stylish Portfolio](http://startbootstrap.com/template-overviews/stylish-portfolio/) is a responsive, one page portfolio theme for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/). The theme features multiple content sections with an off canvas navigation menu.
Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**, Owner of [Blackrock Digital](http://blackrockdigital.io/).
* https://twitter.com/davidmillerskt
* https://github.com/davidtmillerStart Bootstrap is based on the [Bootstrap](http://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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 :
```php
= \hoaaah\stylish\AutoloadExample::widget(); ?>```