SDK Form demonstrator

This commit is contained in:
Eric Espie
2025-04-09 11:29:30 +02:00
parent f3deb8be11
commit 0edb8e872f
6 changed files with 48 additions and 9 deletions

View File

@@ -15,6 +15,6 @@
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
###> symfony/framework-bundle ###
APP_ENV=prod
APP_ENV=dev
#APP_SECRET=extracted from iTop general configuration in ./symfony/packages/itop_configuration_bridge.php
###< symfony/framework-bundle ###

View File

@@ -1,5 +1,5 @@
controllers:
resource:
path: ../../../sources/Controller/
namespace: Combodo\iTop\Controller
path: ../../../sources/Application/Symfony/
namespace: Combodo\iTop\Application\Symfony
type: attribute