Initial commit

This commit is contained in:
pcm-libraries
2024-08-07 15:04:23 +00:00
commit a4f4e1990c
17 changed files with 450 additions and 0 deletions

12
config/bundles.php Normal file
View File

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