trntv / yii2-js-log
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
Requires
- bower-asset/tracekit: 0.1.*
- yiisoft/yii2: ~2.0
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(); ?>```