doesntmattr / mongodb-migrations-bundle

Symfony MongoDBMigrationsBundle
MIT License
23 stars 27 forks source link

Documentation improvement #6

Closed manuelbcd closed 7 years ago

redthor commented 7 years ago

Thanks @manuelbcd

This is good, just thinking another option is to add:

# app/config/config.yml

on the first line of the yaml block like https://symfony.com/doc/master/bundles/StofDoctrineExtensionsBundle/index.html#step-3-add-the-extensions-to-your-mapping

Does that work?

manuelbcd commented 7 years ago

Yes it would work and is the standard way to document code/config on Symfony docs.

manuelbcd commented 7 years ago

@redthor Updated following your suggestion.