Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- # Read the documentation: https://symfony.com/doc/current/bundles/StofDoctrineExtensionsBundle/index.html
- # See the official DoctrineExtensions documentation for more details: https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc/
- stof_doctrine_extensions:
- default_locale: '%app.default_locale%'
- translation_fallback: true
- orm:
- default:
- tree: true
- timestampable: true # not needed: listeners are not enabled by default
- sluggable: true
- blameable: true
- translatable: false
|