maschmann / TranslationLoaderBundle

Symfony2 bundle with database translation loader
23 stars 9 forks source link

Update installation instructions #21

Closed xabbuh closed 10 years ago

xabbuh commented 10 years ago

In the documentation repository we discuss some general installation instructions for bundles (see symfony/symfony-docs#4157 and symfony/symfony-docs#4163). For the TranslationLoaderBundle, this would basically mean to update the readme to use the composer require command instead of adding a line to the composer.json file (and maybe be more verbose in the part about registering the bundle in AppKernel). We could probably also move the config section to the installation section.

Any thoughts on this @maschmann?