dustin10 / VichUploaderBundle

A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.
MIT License
1.83k stars 519 forks source link

Install dose not register in bundle.php #1436

Closed Adi-18 closed 6 months ago

Adi-18 commented 6 months ago

Bug Report

Q A
BC Break no
Bundle version 2.3.1
Symfony version 7.0.2
PHP version 8.2.15

Summary

After "composer require vich/uploader-bundle" there is no entry in bundle.php like "Vich\UploaderBundle\VichUploaderBundle::class => ['all' => true]"

garak commented 6 months ago

This is not a responsibility of this bundle. Check if your flex is working or enable the bundle manually.