You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure at 100% of the use of `FullStack` means, but in a default Symfony app `enable_annotations` is always true.
```bash
php bin/console config:dump-reference framework
```
```yaml
validation:
enabled: true
cache: ~
enable_annotations: true
# serializer configuration
serializer:
enabled: true
enable_annotations: true
```
0 commit comments