mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-05 20:44:19 +01:00
Symfony 8.0 (#69)
* 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
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# 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:
|
||||
path: ../src/Controller/
|
||||
namespace: Tvdt\Controller
|
||||
type: attribute
|
||||
resource: routing.controllers
|
||||
|
||||
Reference in New Issue
Block a user