Small errors in the book #46435
-
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 https://symfony.com/doc/current/the-fast-track/en/17-tests.html#configuring-the-test-environment https://symfony.com/doc/current/the-fast-track/en/17-tests.html#working-with-a-test-database: |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 10 replies
-
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.
-
Will be fixed in the 6.2 book. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, i'am new here and in symfony and i'm following the fast track book. While trying to deploy to platform.sh by running command : ` W: unable to run /app/.global/bin/composer2 install --prefer-dist --optimize-autoloader --apcu-autoloader --classmap-authoritative --no-progress --no-ansi --no-interaction E: Error building project: Step failed with status code 1. E: Error: Unable to build application, aborting.` |
Beta Was this translation helpful? Give feedback.
-
https://symfony.com/doc/6.2/the-fast-track/en/13-lifecycle.html Here it is said - |
Beta Was this translation helpful? Give feedback.
Will be fixed in the 6.2 book.