V-labs / VlabsMediaBundle

Form, database and filesystem abstraction for files
44 stars 18 forks source link

Documentation order problem #3

Closed jcrombez closed 11 years ago

jcrombez commented 11 years ago

You can't update your doctrine schema before the configuration step, or you get the following error :

[Symfony\Component\Config\Definition\Exception\InvalidConfigurationException] The child node "mapping" at path "vlabs_media" must be configured.

The documentation should be reordered.

choomz commented 11 years ago

Yes you are write. Fixed now. I also added some requirements in composer.json file. Thanks for your feedback. Note that you can also submit small PRs to fix that :)