mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 04:44:19 +01:00
* Pre upgrade * Symfony 8.0 * Update recipe for sentry * symfony/framework-bundle recipe * symfony/phpunut recipe * symfony/routing recipe * symfony/security recipe * symfony/timulus-bundle recipe * doctine recipe
12 lines
421 B
YAML
12 lines
421 B
YAML
# yaml-language-server: $schema=../vendor/symfony/routing/Loader/schema/routing.schema.json
|
|
|
|
# This file is the entry point to configure the routes of your app.
|
|
# Methods with the #[Route] attribute are automatically imported.
|
|
# See also https://symfony.com/doc/current/routing.html
|
|
|
|
# To list all registered routes, run the following command:
|
|
# bin/console debug:router
|
|
|
|
controllers:
|
|
resource: routing.controllers
|