# Example/Scenario Branches (_feature/*_) To explore a specific branch, run the following command in your project directory for the corresponding feature: ```bash $ composer require lodel/lodel-helloworld-bundle:dev-feature/{name} ``` Each branch focuses on a specific feature or functionality, providing the necessary configurations and code adjustments. If you need to modify the base configuration, refer to the [Base Branch (_main_)](https://github.com/operas-eu/lodel-helloworld-bundle/blob/main/docs/branches/main_branch.html), which provides the fundamental setup and configuration files that can be adjusted as needed. - [_feature/subscriber_](https://github.com/operas-eu/lodel-helloworld-bundle/blob/main/docs/branches/examples/feature_subscriber.md) - [_feature/button_](https://github.com/operas-eu/lodel-helloworld-bundle/blob/main/docs/branches/examples/feature_button.md) - [_feature/form_](https://github.com/operas-eu/lodel-helloworld-bundle/blob/main/docs/branches/examples/feature_form.md)