unknown/spelling-bundle
最新稳定版本:1.0.3
Composer 安装命令:
composer require unknown/spelling-bundle
包简介
Symfony2 Typographical error reporting bundle
README 文档
README
This bundle provides you with:
- Ability to track typographical errors on page
Issues and feature requests are tracked in the Github issue tracker https://github.com/unknown-opensource/spelling-bundle/issues
Installation
-
To install this bundle with Composer, just add the following to your composer.json file:
require: { ... "unknown/spelling-bundle": "1.0.1" }
-
Then register the bundle in AppKernel::registerBundles()
$bundles = array( ... new Unknown\Bundle\SpellingBundle\UnknownSpellingBundle(), );
Custom dictionary
If your project contains specific vocabulary feel free to add needed words to:
app/dictionary-en.txt
app/dictionary-lt.txt
Result
Whenever you see Symfony2 toolbar an extra toolbar block will appear reporting on typographical errors found in page.
Good luck!
统计信息
- 总下载量: 54
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-18