Sort of get config to work

This commit is contained in:
Brabli
2022-08-14 15:16:00 +01:00
parent 03b705cf5f
commit 8149b9494d
11 changed files with 111 additions and 33 deletions

View File

@@ -7,5 +7,5 @@ To get started, add a bundle name and description inside of `composer.json`. Add
Change the **class name** and **namespace** of the bundle file in `/src`. Change the **file name** to match the class name also.
# Conventions
- `YAML` files must end with `.yml`
- `YAML` files must end with `.yaml`
- Namespaces should always start with `Pcm\ExampleBundle` (change `Example` to whatever is appropriate)