Initial commit

This commit is contained in:
pcm-internal
2025-11-27 13:22:07 +00:00
commit 2a82b5c0b1
18 changed files with 496 additions and 0 deletions

14
config/bundles.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
declare(strict_types=1);
/**
* Here we define the environments the bundle is allowed to be in.
*
* Most of the time we probably want our bundle to be present in
* all environments (prod, dev, test etc).
*/
return [
Pcm\ExampleBundle\PcmExampleBundle::class => ['all' => true],
];