Fix public folder for Symfony 4+
This is a temporary fix while waiting for migration to Flex See https://symfony.com/doc/current/setup/flex.html#flex-customize-paths Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
14ec466521
commit
86f08afd09
@ -161,7 +161,8 @@
|
|||||||
"extra": {
|
"extra": {
|
||||||
"incenteev-parameters": {
|
"incenteev-parameters": {
|
||||||
"file": "app/config/parameters.yml"
|
"file": "app/config/parameters.yml"
|
||||||
}
|
},
|
||||||
|
"public-dir": "web"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user