hoaaah / yii2-startbootstrap-agency
This extensions is library for Startbootstrap Agency Themes
Installs: 40
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-25 15:46:16 UTC
README
This extensions is library for Startbootstrap Stylish-Portofolio Themes
Agency is a responsive, one page portfolio theme for Bootstrap created by Start Bootstrap. This theme features several content sections, a responsive portfolio grid with hover effects, full page portfolio item modals, a responsive timeline, and a working PHP contact form.
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-agency:dev-master
or add
"hoaaah/yii2-startbootstrap-agency": "*"
to the require section of your composer.json
file.
Usage
You can use an example views in views-example and copy it to your view.
Don't forget to use this in your view
use hoaaah\agency\AgencyAsset; AgencyAsset::register($this);
and just in case you want to use vendor image, to call any content of vendor image you can use this
$image = hoaaah\agency\AgencyAsset::register($this); <img src=<?= $agency->baseUrl.'/img/portfolio/startup-framework.png' ?> class="img-responsive" alt="">
it will call startup-framework.png from /vendor/hoaaah/yii2-startbootstrap-agency/assets/img/portofolio/startup-framework.png
Creator
This startbootstrap-agency library for Yii2 was created by and is maintained by Heru Arief Wijaya.