Base Branch (main)¶

To install the Base Branch, run the following command in your project directory:

$ composer require lodel/lodel-helloworld-bundle:dev-main

The Base Branch provides the essential structure to build custom features for Lodel. It includes key components that you can complete or adjust as needed.

Files to Complete or Modify¶

Configuration files¶

Translations files¶

  • src/Resources/translations/*: Modify the values under lodel.hello.world to customize any text displayed in the application. Those files are used for managing translations to handle multiple languages.

Configuration structure file¶

Extension for Service Configuration¶