Wallogit.com
2017 © Pedro Peláez
Symfony2 Typographical error reporting bundle
This bundle provides you with:, (*1)
Issues and feature requests are tracked in the Github issue tracker https://github.com/unknown-opensource/spelling-bundle/issues, (*2)
To install this bundle with Composer, just add the following to your composer.json file:, (*3)
require: { ... "unknown/spelling-bundle": "1.0.1" }, (*4)
Then register the bundle in AppKernel::registerBundles(), (*5)
$bundles = array( ... new Unknown\Bundle\SpellingBundle\UnknownSpellingBundle(), );, (*6)
If your project contains specific vocabulary feel free to add needed words to:, (*7)
app/dictionary-en.txt app/dictionary-lt.txt
Whenever you see Symfony2 toolbar an extra toolbar block will appear reporting on typographical errors found in page., (*8)
Good luck!, (*9)