2017 © Pedro Peláez
 

library yiistrap

Twitter Bootstrap for the Yii PHP framework.

image

marcovtwout/yiistrap

Twitter Bootstrap for the Yii PHP framework.

  • Monday, January 22, 2018
  • by marcovtwout
  • Repository
  • 1 Watchers
  • 0 Stars
  • 94 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 195 Forks
  • 0 Open issues
  • 32 Versions
  • 0 % Grown

The README.md

Yiistrap

Twitter Bootstrap for Yii., (*1)

Installation

With Composer

The easiest way to install Yiistrap is to use Composer. This is assuming your Yii project is already using Composer and the autoloader., (*2)

Run the following command to require and install the extension:, (*3)

composer require marcovtwout/yiistrap ~2.0@dev, (*4)

Add the following to your application configuration:, (*5)

.....
'components' => array(
    .....
    'bootstrap' => array(
        'class' => '\TbApi',
    ),
),
.....
'modules' => array(
    .....
    'gii' => array(
        'class' => 'system.gii.GiiModule',
        'generatorPaths' => array('vendor.marcovtwout.yiistrap.gii'),
    ),
),
.....

Add the following line to your main layout in protected/views/layouts/main.php to register the necessary CSS and JavaScript files:, (*6)

<?php Yii::app()->bootstrap->register(); ?>

Without Composer

Follow the above steps first, but download and unzip Yiistrap instead of requiring it through Composer., (*7)

Then you also need to add the following to your application configuration:, (*8)

'aliases' => array(
    'yiistrap' => __DIR__ . '/relative/path/to/yiistrap',
),
.....
'import' => array(
    .....
    'yiistrap.behaviors.*',
    'yiistrap.components.*',
    'yiistrap.form.*',
    'yiistrap.helpers.*',
    'yiistrap.widgets.*',
),
.....

Usage

Documentation not updated yet, but use the current docs as a guideline: http://www.getyiistrap.com, (*9)

Use the following command to generate ApiGen documentation:, (*10)

php vendor\bin\apigen generate

Note: When you use a widget, prepend a \ to the filename to use autoload it through Composer:, (*11)

<?php $this->widget('\TbNav', array(
    'type' => TbHtml::NAV_TYPE_TABS,
    'items' => array(
        array('label' => 'Home', 'url' => '#', 'active' => true),
        array('label' => 'Profile', 'url' => '#',),
        array('label' => 'Messages', 'url' => '#',),
    ),
)); ?>

The Versions

22/01 2018

dev-master

9999999-dev

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

bootstrap yii

22/01 2018

2.0.6

2.0.6.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

bootstrap yii

02/12 2016

2.0.5

2.0.5.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

bootstrap yii

27/10 2015

2.0.4

2.0.4.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

bootstrap yii

17/04 2015

2.0.3

2.0.3.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

bootstrap yii

17/04 2015

2.0.2

2.0.2.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

bootstrap yii

17/04 2015

2.0.1

2.0.1.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

bootstrap yii

13/04 2015

2.0.0

2.0.0.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

bootstrap yii

13/04 2015

dev-bs2

dev-bs2

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

13/04 2015

2.0.0-rc2

2.0.0.0-RC2

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

bootstrap yii

05/03 2015

dev-bs3-activeform-widgetinput

dev-bs3-activeform-widgetinput

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

bootstrap yii

11/02 2015

dev-bs3-apigen-docs-generated

dev-bs3-apigen-docs-generated

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

bootstrap yii

12/02 2014

1.3.0

1.3.0.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

30/01 2014

1.2.3

1.2.3.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

13/11 2013

1.2.2

1.2.2.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

11/11 2013

1.2.1

1.2.1.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

25/10 2013

1.2.0

1.2.0.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

01/09 2013

1.1.1

1.1.1.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

01/09 2013

1.1.0

1.1.0.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

01/09 2013

1.0.9

1.0.9.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

01/09 2013

1.0.8

1.0.8.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

01/09 2013

1.0.7

1.0.7.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

01/09 2013

1.0.6

1.0.6.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

01/09 2013

1.0.5

1.0.5.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

01/09 2013

1.0.4

1.0.4.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

29/08 2013

1.0.3

1.0.3.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

29/08 2013

1.0.2

1.0.2.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

29/08 2013

1.0.1

1.0.1.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

29/08 2013

1.0.0

1.0.0.0

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

23/08 2013

1.0.0-rc2

1.0.0.0-RC2

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

30/07 2013

1.0.0-rc1

1.0.0.0-RC1

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

The Development Requires

bootstrap yii

12/05 2013

1.0.0-beta

1.0.0.0-beta

Twitter Bootstrap for the Yii PHP framework.

  Sources   Download

BSD-3-Clause

bootstrap yii