trntv/yii2-js-log

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple javascript logger for yii2 applications

Installs: 108

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

Type:yii2-extension

dev-master 2015-01-24 21:30 UTC

This package is not auto-updated.

Last update: 2016-01-21 14:51:47 UTC


README

THIS IS EARLY PROTOTYPE. OF COURSE, YOU CAN USE IT, BUT... :-) BETTER CONTRIBUTE TO FINISH IT!

Simple javascript logger for yii2 applications

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist trntv/yii2-js-log "*"

or add

"trntv/yii2-js-log": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \trntv\yii\jslog\AutoloadExample::widget(); ?>```