dustin10 / VichUploaderBundle

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

Invalid service "vich_uploader.form.type.file" #1323

Closed Sophikitis closed 2 years ago

Sophikitis commented 2 years ago

Bug Report

Q A
BC Break no
Bundle version 1.21.1
Symfony version 6.1.7
PHP version 8.1

Summary

I installed this bundle on my project but when I run php bin/console lint:container command it return :

image

garak commented 2 years ago

Did you install symfony/form as well?

Sophikitis commented 2 years ago

oooh I am so stupid ! you are right, I forgot to install the form component. Thank you and sorry for the waste of time.