2017 © Pedro Peláez
 

yii2-extension yii2-forcecopy

Adds a button to quickly turn forcecopy on/off in the asset manager .

image

derekisbusy/yii2-forcecopy

Adds a button to quickly turn forcecopy on/off in the asset manager .

  • Saturday, April 1, 2017
  • by derekisbusy
  • Repository
  • 1 Watchers
  • 2 Stars
  • 399 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Yii2-forcecopy

Latest Release Software License Total Downloads, (*1)

Adds a button to quickly turn forceCopy on/off in the debug toolbar., (*2)

Installation

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

Either run, (*4)

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

or add, (*5)

"derekisbusy/yii2-forcecopy": "*"

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

Setup Config

Add the forcecopy panel to the debug panels list in your configuration file :, (*7)

    '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., (*8)

The Versions

01/04 2017

dev-master

9999999-dev

Adds a button to quickly turn forcecopy on/off in the asset manager .

  Sources   Download

BSD-3-Clause

The Requires

 

by Derek Gifford

debug extension yii2 developer assets.assetmanager

09/02 2017

1.0.1

1.0.1.0

Adds a button to quickly turn forcecopy on/off in the asset manager .

  Sources   Download

BSD-3-Clause

The Requires

 

by Derek Gifford

debug extension yii2 developer assets.assetmanager

06/02 2017

1.0.0

1.0.0.0

Adds a button to quickly turn forcecopy on/off in the asset manager .

  Sources   Download

BSD-3-Clause

The Requires

 

by Derek Gifford

debug extension yii2 developer assets.assetmanager