jarrus90 / yii2-redactor
Basic Yii2 redactor module
Installs: 137
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- creocoder/yii2-flysystem: 0.8.*
- yiidoc/yii2-redactor: *
- yiisoft/yii2: ~2.0
This package is not auto-updated.
Last update: 2023-05-24 05:50:21 UTC
README
NOTE: Module is in initial development. Anything may change at any time.
Contributing to this project
Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.
License
Yii2-redactor is released under the BSD-3-Clause License. See the bundled LICENSE.md for details.
##Requirements
YII 2.0
##Usage
- Install with Composer
"require": { "jarrus90/yii2-redactor": "1.*", }, php composer.phar update