mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Removing commented options and adding a link to the documentation
This commit is contained in:
@@ -1,18 +1,4 @@
|
||||
# Read more about TDBM available options at: https://thecodingmachine.github.io/tdbm/doc/install_symfony.html
|
||||
tdbm:
|
||||
bean_namespace: App\Beans
|
||||
dao_namespace: App\Daos
|
||||
|
||||
## Uncomment the naming section if you want to customize the names of the generated classes / beans
|
||||
# naming:
|
||||
# bean_prefix: ""
|
||||
# bean_suffix: ""
|
||||
# base_bean_prefix: Abstract
|
||||
# base_bean_suffix: ""
|
||||
# dao_prefix: ""
|
||||
# dao_suffix: Dao
|
||||
# base_dao_prefix: Abstract
|
||||
# base_dao_suffix: Dao
|
||||
## Exceptions are used to transform a table name (the key) into a bean name (the value)
|
||||
## Very useful if your database table names are not in english (as TDBM will try to turn plural table names into singular bean names)
|
||||
# exceptions:
|
||||
# chevaux: Cheval
|
||||
|
||||
Reference in New Issue
Block a user