-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
extra.symfony-public-dir is gone, right? #8766
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
Comments
That is correct: {
"extra": {
"symfony-public-dir": "my_awesome_new_public_dir"
}
} For Flex I am unsure if that is changeable: symfony/flex@6bbb7e5/src/Flex.php#diff-46b78198ae7ea525f04268205dd782c3R262 Maybe @fabpot or @javiereguiluz might give a better answer to this. If Flex's public directory is customisable, we will of course create documentation for this. |
Where is the code that reads that value, @ricknox, do you know? I didn't find it anywhere. Just the new Flex thing, which appears to be overridable via @nicolas-grekas can you shed any light on this? |
But is it really |
I added "public-dir": "web" to the "extra" config in composer.json and it works with symfony4+flex. |
see also symfony/symfony#25677 |
Looks like it's |
As explained in symfony#8766
Fixed by #9085. |
In 4.0+, it's
config.public-dir
, is it not?https://symfony.com/doc/4.0/configuration/override_dir_structure.html#override-web-dir
And how does this work with 3.4+Flex?
The text was updated successfully, but these errors were encountered: