feat: Initialize Symfony application structure with essential files

- Added index.php for application entry point.
- Created app.css for global styles.
- Introduced HomeController for handling the home route.
- Implemented Kernel class for application kernel.
- Added base.html.twig as the main template.
- Created index.html.twig for the home page layout.
- Set up Docker configurations for development and production environments.
- Included opcache configuration for development.
This commit is contained in:
2026-06-13 09:06:26 -04:00
parent e69b418df9
commit d1e39aee04
36 changed files with 6893 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
###> symfony/framework-bundle ###
APP_SECRET=4000805f4a6e1235f51c269550483b49
###< symfony/framework-bundle ###