Posts by Rafael Marchesin • 1 point
2 posts
-
0
votes1
answer47
viewsA: Asset function does not work on Symfony 5
I found the solution to that question by chance: The error was related to the way I ran the PHP server. I was running directly in the directory public/. Within public/, executed the following…
-
0
votes1
answer47
viewsQ: Asset function does not work on Symfony 5
I installed Symfony 5 using the command $ composer create-project symfony/website-skeleton my_project_name with the intention of obtaining the most complete possible package from Symfony. After…