- 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.
7 lines
91 B
YAML
7 lines
91 B
YAML
twig:
|
|
file_name_pattern: '*.twig'
|
|
|
|
when@test:
|
|
twig:
|
|
strict_variables: true
|