Symfony console

Updated: 17 May 2023

List all configured routes in application

bin/console debug:router

Display environment variables used in the container

bin/console debug:container --env-vars

Leave a comment