Updated path for the Asset manifest file? #8165
-
Good day, Working on a new project, the customer's hosting requires the "public" folder to be renamed as "web". Based on the Symfony website, the procedure is to set it as part of the {
"...": "...",
"extra": {
"...": "...",
"public-dir": "web",
}
} After installing the
Is there a way to change the Bundle's configuration to use the "web" folder instead of the "public" folder when running the Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, this is very likely not an issues with sonata admin but with the installed webpack encore bundle. You should have a configuration file under |
Beta Was this translation helpful? Give feedback.
Three updates needed: