It's working!

This commit is contained in:
2022-01-12 17:10:25 +00:00
parent 81352ef075
commit e581a2d62e
8 changed files with 295 additions and 5 deletions

View File

@ -2,4 +2,5 @@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
];

View File

@ -0,0 +1,3 @@
sensio_framework_extra:
router:
annotations: false

View File

@ -1,3 +1,3 @@
#index:
# path: /
# controller: App\Controller\DefaultController::index
# path: /
# controller: App\Controller\QuestionController::homepage

View File

@ -0,0 +1,7 @@
controllers:
resource: ../../src/Controller/
type: annotation
kernel:
resource: ../../src/Kernel.php
type: annotation