-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Symfony version(s) affected
6.3.2
Description
bin/console assets:install public --symlink
is no longer working in 6.3.2.
Console output is fine and it says it has created absolute symlinks. However, the public/bundles folder is empty.
Reverting to 6.3.1 solves the problem
How to reproduce
bin/console assets:install public --symlink
Possible Solution
No response
Additional Context
No response