virtualwonders / yii2-grapesjs
An asset bundle for the GrapesJS web builder framework.
Installs: 1 596
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 1
Type:yii2-extension
Requires
- php: >=7.1.0
- virtualwonders/yii2-fontawesome: >=1.0.0
- yiisoft/yii2: ~2.0.14
- yiisoft/yii2-bootstrap4: ^2.0
Requires (Dev)
- yiisoft/yii2-debug: ~2.1.0
- yiisoft/yii2-gii: ~2.1.0
This package is auto-updated.
Last update: 2025-03-05 21:28:02 UTC
README
An asset bundle for the GrapesJS web builder framework.
Installation
The preferred way to install this extension is through Composer.
Either run
php composer.phar require --prefer-dist virtualwonders/yii2-grapesjs "*"
or add
"virtualwonders/yii2-grapesjs": "*"
to the require section of your composer.json
file.
Usage
Add in the view as follows:
use virtualwonders\grapesjs\GrapesJsAsset; GrapesJsAsset::register($this);
It can also be added as a dependency on your AppAsset, as follows:
public $depends = [ 'yii\web\YiiAsset', 'yii\bootstrap4\BootstrapAsset', 'yii\bootstrap4\BootstrapPluginAsset', 'virtualwonders\fontawesome\FontAwesomeAsset', 'virtualwonders\grapesjs\GrapesJsAsset' ];