Reputation: 2848
I have just started learning symfony. Where can I find the settings for defining the table relations and all the switches that I can use for defining the various settings in yml files.
For example:
All the settings that can be given for defining the database (schema.yml)
Settings related to view.yml , what other values and flags can be used.
Upvotes: 0
Views: 353
Reputation: 574
check The symfony Reference Book.
Update:
The YAML Schema Files syntax can be found in Doctrine ORM documentation.
Regards.
Upvotes: 1