yii2-forcecopy Add button to the toolbar to enable/disable the asset manager forceCopy setting.

Yii2-forcecopy

  1. Installation
  2. Setup Config
  3. Usage

Adds a button to quickly turn forceCopy on/off in the debug toolbar.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist derekisbusy/yii2-forcecopy "*"

or add

"derekisbusy/yii2-forcecopy": "*"

to the require section of your composer.json file.

Setup Config

Add the forcecopy panel to the debug panels list in your configuration file :

... 
    'debug' => [
        'class' => 'yii\debug\Module',
        'panels' => [
            'forcecopy' => ['class' => 'derekisbusy\forcecopy\ForcecopyPanel']
        ]
    ],
    ...

Usage

The extension will add a section to the debug toolbar indicating whether or not forceCopy is on or off. Click the forcecopy status label to change it's state on or off.

Yii2-forcecopy

0 0
1 follower
0 downloads
Yii Version: 2.0
License: BSD-2-Clause
Category: Others
Tags:
Developed by: Derek++
Created on: Feb 6, 2017
Last updated: 7 years ago