added routing overview

This commit is contained in:
Kevin Frantz 2018-09-05 19:18:33 +02:00
parent 56adc559e3
commit 7af1a16dde

1
administration/router.sh Normal file
View File

@ -0,0 +1 @@
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php bin/console debug:router);