0
In a basic installation of Symfony 4, unlike the full installation, it does not come with the debug profiler - development tool that provides detailed information on the execution of any order. Installing it right away: composer require --dev symfony/profiler-pack
, when updating the browser an error is displayed:
An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "_wdt" as such route does not exist.").
There is no route. I’m looking in the documentation and all I know today is about config in routing_dev.yaml, but it was in versions prior to Symfony 4.
Remembering that I am running the built-in server php bin/console server:run
.