Création de la base de donnée (du moins, des scripts pour la base de donnée)

This commit is contained in:
2022-11-16 14:49:55 +01:00
parent 1aa054ab4c
commit 87c1d313fb
25 changed files with 2750 additions and 4 deletions
+3
View File
@@ -2,4 +2,7 @@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
];