Use MicroKernelTrait to bootstrap application. Rewrote routes, controllers and structure of application a bit. Including use of twig.
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
"symfony/var-dumper": "^7.0",
|
||||
"illuminate/database": "11.26.0.0",
|
||||
"ext-json": "*",
|
||||
"twig/twig": "3.14.0.0",
|
||||
"symfony/console": "^7.0",
|
||||
"symfony/routing": "^7.1",
|
||||
"laravel/serializable-closure": "^1.3"
|
||||
"laravel/serializable-closure": "^1.3",
|
||||
"symfony/http-kernel": "^7.1",
|
||||
"symfony/framework-bundle": "^7.1",
|
||||
"symfony/twig-bundle": "^7.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user