-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Test app] Add resource package on test application #18
[Test app] Add resource package on test application #18
Conversation
- '%kernel.project_dir%/app/Entity' | ||
|
||
# Configure your resources | ||
resources: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feels like it should be resources: ~
to be valid yaml, but if it works, then it works
# Configure your resources | ||
resources: | ||
#app.book: | ||
#classes: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this commented config needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All these files are copied with Flex. I prefer keeping the default (generated one) except if we need a change.
# Enables validator auto-mapping support. | ||
# For instance, basic validation constraints will be inferred from Doctrine's metadata. | ||
#auto_mapping: | ||
# App\Entity\: [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this commented config needed?
Co-authored-by: Dmitri Perunov <diimpp@gmail.com>
I need these Resource & Grid packages to test the other new packages. In the future, the Grid & Resource package will be migrated here.