This is the Twitter Bootstrap RTL (Right to Left) extension for Yii 2. It create an AssetBundle for Rtl bootstrap.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist airani/yii2-bootstrap-rtl
or add
"airani/yii2-bootstrap-rtl": "*"
to the require section of your composer.json
file.
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.
Example:
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',
];
}
Automatically detect external images in the Wordpress post content and import images to your site and adding to the media library and finally replace image urls with new urls
A drag and drop form builder with jQuery for Yii2
Jalali date & time extension for yii2
A twitter bot that tweets every hour an Aye of Quran with Persian translation
Yii2 Jalali datepicker is a persian datepicker
yii2 persian slug
A Yii2 Boilerplate to create a ready-to-use REST API in seconds.
Free RTL Bootstrap 3 Admin Template For Yii2 Framework