2017 © Pedro Peláez
 

yii2-extension yii2-bootstrap-rtl

The Twitter Bootstrap Rtl extension for the Yii 2.0 framework

image

airani/yii2-bootstrap-rtl

The Twitter Bootstrap Rtl extension for the Yii 2.0 framework

  • Tuesday, July 19, 2016
  • by airani
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,813 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

Twitter Bootstrap RTL Extension for Yii 2

This is the Twitter Bootstrap RTL (Right to Left) extension for Yii 2. It create an AssetBundle for Rtl bootstrap., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist airani/yii2-bootstrap-rtl

or add, (*4)

"airani/yii2-bootstrap-rtl": "*"

to the require section of your composer.json file., (*5)

For using this asset bundle you need just add this line 'airani\bootstrap\BootstrapRtlAsset' in $depends of AppAsset or any asset bundels you work that., (*6)

Example:, (*7)

namespace backend\assets;

use yii\web\AssetBundle;

class AppAsset extends AssetBundle
{
    public $basePath = '@webroot';
    public $baseUrl = '@web';
    public $css = [
        'css/site.css',
    ];
    public $depends = [
        'yii\web\YiiAsset',
        'yii\bootstrap\BootstrapAsset',
        'airani\bootstrap\BootstrapRtlAsset',
    ];
}

The Versions

19/07 2016

dev-master

9999999-dev

The Twitter Bootstrap Rtl extension for the Yii 2.0 framework

  Sources   Download

BSD-3-Clause

The Requires

  • bower-asset/bootstrap 3.3.* | 3.2.* | 3.1.*
  • bower-asset/bootstrap-rtl *
  • yiisoft/yii2 *

 

by Ali Irani

yii2 bootstrap rtl

19/07 2016

1.2

1.2.0.0

The Twitter Bootstrap Rtl extension for the Yii 2.0 framework

  Sources   Download

BSD-3-Clause

The Requires

  • bower-asset/bootstrap 3.3.* | 3.2.* | 3.1.*
  • bower-asset/bootstrap-rtl *
  • yiisoft/yii2 *

 

by Ali Irani

yii2 bootstrap rtl

23/03 2015

1.1

1.1.0.0

The Twitter Bootstrap Rtl extension for the Yii 2.0 framework

  Sources   Download

BSD-3-Clause

The Requires

  • bower-asset/bootstrap 3.3.* | 3.2.* | 3.1.*
  • bower-asset/bootstrap-rtl *
  • yiisoft/yii2 *

 

by Ali Irani

yii2 bootstrap rtl

23/03 2015

v1.0

1.0.0.0

The Twitter Bootstrap Rtl extension for the Yii 2.0 framework

  Sources   Download

BSD-3-Clause

The Requires

  • bower-asset/bootstrap 3.3.* | 3.2.* | 3.1.*
  • bower-asset/bootstrap-rtl *
  • yiisoft/yii2 *

 

by Ali Irani

yii2 bootstrap rtl