1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-08-14 17:27:21 -05:00

Basic splash page set up

Just getting the bare minimum styles and templates created and rendering
properly to have a simple splash going.
This commit is contained in:
Ro
2022-11-15 12:57:14 -08:00
parent 69af37fc16
commit b8476ae76e
25 changed files with 1147 additions and 4 deletions

View File

@ -7,14 +7,16 @@
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"sensio/framework-extra-bundle": "^6.2",
"symfony/console": "6.1.*",
"symfony/dotenv": "6.1.*",
"symfony/flex": "^2",
"symfony/framework-bundle": "6.1.*",
"symfony/runtime": "6.1.*",
"symfony/yaml": "6.1.*"
},
"require-dev": {
"symfony/twig-bundle": "6.1.*",
"symfony/yaml": "6.1.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
},
"config": {
"allow-plugins": {