Small errors in the book #46435
Replies: 3 suggested answers
-
I may add another mistake seen in the documentation of SF 6.0 concerning the configuration of Validation : https://symfony.com/doc/6.0/reference/configuration/framework.html#validation Aa seen in the screenshot below, the default value of validation.mapping.paths is ['config/validation/'] But the real default value is ['config/validator/']. |
Beta Was this translation helpful? Give feedback.
-
cc @fabpot |
Beta Was this translation helpful? Give feedback.
-
another small thing from book I've just spent a long time on -- needed to |
Beta Was this translation helpful? Give feedback.
-
Just reporting some errors that I encountered while following the book:
https://symfony.com/doc/current/the-fast-track/en/9-backend.html#installing-more-dependencies
You don't build the EasyAdmin assets with
npm run build
https://symfony.com/doc/current/the-fast-track/en/17-tests.html#configuring-the-test-environment
You set the
AKISMET_KEY
for thetest
environment but you don't need it?https://symfony.com/doc/current/the-fast-track/en/17-tests.html#working-with-a-test-database:
You set the environment to
prod
but it should betest
Beta Was this translation helpful? Give feedback.