2017 © Pedro Peláez
 

yii2-extension yii2-ace

Ace admin theme for Yii2.

image

a761208/yii2-ace

Ace admin theme for Yii2.

  • Saturday, May 5, 2018
  • by a761208
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 40 % Grown

The README.md

Yii2 Ace

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

Ace admin theme for Yii2., (*2)

Installation

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

Either run, (*4)

$ composer require cornernote/yii2-ace "*"

or add, (*5)

"cornernote/yii2-ace": "*"

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

Add the following to your AppAsset.php:, (*7)

class AppAsset extends AssetBundle
{
    public $depends = [
        'cornernote\ace\web\AceAsset',
    ];
}

Example Layout

An example Yii2 layout exists at views/layouts/main.php., (*8)

You can use it directly by pasting the following into your views/layouts/main.php:, (*9)

use app\assets\AppAsset;

AppAsset::register($this);

$viewPath = '@vendor/cornernote/yii2-ace/src/views/layouts';

$regex = '|(\\' . DIRECTORY_SEPARATOR . '[^\\' . DIRECTORY_SEPARATOR . ']*\\' . DIRECTORY_SEPARATOR . '[^\\' . DIRECTORY_SEPARATOR . ']*\.php)$|';
preg_match($regex, __FILE__, $matches);
require(Yii::getAlias('@vendor/cornernote/yii2-ace/src/views' . $matches[1]));

The Versions

05/05 2018

dev-master

9999999-dev

Ace admin theme for Yii2.

  Sources   Download

BSD 3-Clause

The Requires

 

The Development Requires

yii2 theme ace

05/05 2018

1.1.1

1.1.1.0

Ace admin theme for Yii2.

  Sources   Download

BSD 3-Clause

The Requires

 

The Development Requires

yii2 theme ace

05/05 2018

1.1

1.1.0.0

Ace admin theme for Yii2.

  Sources   Download

BSD 3-Clause

The Requires

 

The Development Requires

yii2 theme ace

20/06 2015

1.0.0

1.0.0.0

Ace admin theme for Yii2.

  Sources   Download

BSD 3-Clause

The Requires

 

The Development Requires

yii2 theme ace