Closed vjik closed 1 year ago
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ❌ |
Fixed issues | - |
Updated code formatting settings The '.editorconfig' file has been updated with new configuration options to enhance style consistency in PHP and markdown files.
Improved project initialization script
A new Makefile
has been added to automate various tasks related to project initiation, managing Docker containers, updating npm and composer packages, and executing composer and npm commands.
Adjusted route handling
Changes in the 'router.php' resulted in better routing configuration bit by using the settings obtained from $config->get('routes')
and $config->get('app-routes')
.
Event handling enhancements
The 'events.php' file has been updated to handle the ApplicationStartup
event more effectively. Addition of the SetLocaleEvent
improves localization support by setting the locale of the translator.
Refactored configuration
The 'configuration.php' file key routes
has been renamed to app-routes
, improving clarity and consistency with changes made in 'router.php'.
Updated version control exclusions The 'package-lock.json' file has been added to the '.gitignore' file to prevent it from being committed to the repository.
New package dependencies A new 'package.json' file has been added, incorporating Bootstrap as a dependency, facilitating its use throughout the project. This file will be crucial in managing project dependencies moving forward.
This pull request plays a significant role in improving the efficiency of the development environment, route management, event handling, and the addition of new package dependencies.