omidsaifpanahi/yii2-converter

projecrt tset for extenstions

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2018-03-29 08:44 UTC

This package is not auto-updated.

Last update: 2024-05-17 23:18:30 UTC


README

projecrt tset for extenstions

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist omidsaifpanahi/yii2-converter "dev-master"

or add

"omidsaifpanahi/yii2-converter": "dev-master"

to the require section of your composer.json file.

Usage

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',
    ];
}
<?= \omidsaifpanahi\converter\AutoloadExample::widget(); ?>```