PHPackages                             amnah/yii-bootstrap-starter-theme - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. amnah/yii-bootstrap-starter-theme

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

amnah/yii-bootstrap-starter-theme
=================================

Yii - Bootstrap 3 Starter Theme

8413PHP

Since Aug 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/amnah/yii-bootstrap-starter-theme)[ Packagist](https://packagist.org/packages/amnah/yii-bootstrap-starter-theme)[ RSS](/packages/amnah-yii-bootstrap-starter-theme/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Yii Bootstrap Starter Theme
===========================

[](#yii-bootstrap-starter-theme)

This is a simple Yii theme for getting you up and running with Twitter's bootstrap. It is *simply* a theme and not a full-blown extension like [Chris83's](http://www.yiiframework.com/extension/bootstrap/).

It does not have programming widgets because it is meant for people who prefer to write out all of the markup/code themselves.

**This theme does not contain any of the actual Twitter Bootstrap code. It gets the latest css and js files from .**

**However, it does contain the html5shiv.js and respond.js for IE8 support.**

Installation
------------

[](#installation)

- Extract files into the Yii application at **themes/\[name of theme\]/**

Usage
-----

[](#usage)

- Add theme info into main configuration

```
return array(
    'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',
    'name'=>'My Web Application',
    'theme'=>'[name of theme]', // THIS LINE HERE
```

- Update versions if desired (in **views/layouts/main.php**)

```
