VichUploaderBundle provides an easy way to link file uploads with a persistence layer.
So if you want to save file uploads to ORM entities, MongoDB ODM documents, or PHPCR ODM documents, you are in the right place.
Don't worry, it will be quick and easy (I promise!):
- Using Gaufrette as storage abstraction
- Using Flysystem as storage abstraction
- Using a custom storage
The Symfony Form component allows you to easily create, process and reuse HTML forms.
To install the package, run the following command:
composer require symfony/form