Hello,
I've struggled with this bundle because i've created a folder structure under the "fixtures" directory.
fixtures/user/user.yaml
fixtures/user/user_type.yaml
// etc
But after digging it seems that I can not do that because of :
$files = SymfonyFinder::create()->files()->in($fullPaths)->depth(0)->name('/.*\.(ya?ml|php)$/i');
In vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php:85
Is there a special reason to limit the depth ?
I will put my files at the root dir
Hello,
I've struggled with this bundle because i've created a folder structure under the "fixtures" directory.
But after digging it seems that I can not do that because of :
In
vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php:85Is there a special reason to limit the depth ?
I will put my files at the root dir