This commit is contained in:
2025-08-01 19:13:24 +02:00
parent cf4ec48113
commit 81de4c1a81
5 changed files with 44 additions and 10 deletions

View File

@ -1,12 +1,5 @@
<?php
// Debug autoload
if (!class_exists(Bnine\FilesBundle\BnineFilesBundle::class)) {
echo "Classe non trouvée\n";
var_dump(__DIR__, file_exists(__DIR__.'/../vendor/bnine/files-bundle/src/BnineFilesBundle.php'));
exit;
}
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],

View File

@ -5,5 +5,5 @@ controllers:
type: attribute
bninefilesbundle:
resource: '../vendor/bnine/files-bundle/config/routes.yaml'
resource: '../vendor/bnine/filesbundle/config/routes.yaml'
prefix: '/bninefiles'