Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 390 Bytes

commands.md

File metadata and controls

27 lines (17 loc) · 390 Bytes

Commands

Debug class

Show entity file mapping metadata for class.

php bin/console vich:mapping:debug-class App\\Entity\\Foo

Debug mapping

Show mapping details.

php bin/console vich:mapping:debug foo_mapping

Uploadable classes

Searches for uploadable classes.

php bin/console vich:mapping:list-classes

Return to the index