-
|
Hi there, I have a question about the auto-generated This file is automatically regenerated every time I run php bin/console cache:clear What's the goal of this file ? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments · 7 replies
-
|
This file provides array-shape type for the PHP configuration. It should be committed with your code and might change when you update the composer dependencies. See: https://symfony.com/blog/new-in-symfony-7-4-better-php-configuration
|
Beta Was this translation helpful? Give feedback.
-
|
Does this file work fine in a shared kernel multi app? Since we have 5 APP_ID's. We experience bootstrapping issues when switchings apps. |
Beta Was this translation helpful? Give feedback.
-
|
Can it be generated only on composer update instead of cache clearing. |
Beta Was this translation helpful? Give feedback.
-
|
Just adding my vote for "this should be configurable and improved". |
Beta Was this translation helpful? Give feedback.
This file provides array-shape type for the PHP configuration. It should be committed with your code and might change when you update the composer dependencies.
See: https://symfony.com/blog/new-in-symfony-7-4-better-php-configuration