dev-master
9999999-devYii2 Highlight wrapper
MIT
The Requires
log logging
1.0.0
1.0.0.0Yii2 Highlight wrapper
MIT
The Requires
log logging
Yii2 Highlight wrapper
See: https://highlightjs.org/, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist grenhaz/yii2-highlight
or add, (*4)
"grenhaz/yii2-highlight": "~1.0.0"
to the require
section of your composer.json., (*5)
``` php use yii\helpers\Json; use grenhaz\highlight\HighlightWidget;, (*6)
echo HighlightWidget::widget([ "language" => "json", "code" => Json::encode( Json::decode( $data ), JSON_PRETTY_PRINT ) ]); ```, (*7)
, (*8)
Yii2 Highlight wrapper
MIT
log logging
Yii2 Highlight wrapper
MIT
log logging