first commit

This commit is contained in:
2026-03-08 04:16:14 -04:00
commit 2bc6071b4e
38 changed files with 8444 additions and 0 deletions

7
config/bundles.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
];