Download the PHP package meloflavio/multiple-file-upload-bundle without Composer
On this page you can find all versions of the php package meloflavio/multiple-file-upload-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download meloflavio/multiple-file-upload-bundle
More information about meloflavio/multiple-file-upload-bundle
Files in meloflavio/multiple-file-upload-bundle
Package multiple-file-upload-bundle
Short Description Bundle to add an AngularJS file upload field to Sonata Admin
License proprietary
Homepage https://www.liplex.de
Informations about the package multiple-file-upload-bundle
This code is fork e3n-internetagentur/MultipleFileUploadBundle which has been archived and has not been released from the latest changes
Multiple File Upload
AppKernel
Configuration
Each field that wants to use the multiple file upload has to be configured.
Field usage
Prerequisites
There are a few prerequisites for the bundle to work properly.
Additional configuration
You have to set those templates in the sonata_doctrine_orm_admin
configuration.
Routing
Standard layout
Add the following overwrites for the standard_layout.html.twig
file.
Media
As you have to generate your own media entities with the sonata media bundle there is no generic one which can be used for the generation of the media entities. Therefore you have to set your custom class in the configuration.
Repositories
Repositories have to extend the MultipleFileUploadRepository
repository...
... or have to implement the store
method themselves.
All versions of multiple-file-upload-bundle with dependencies
symfony/framework-bundle Version ~2.8||~3.0||~3.1
doctrine/dbal Version <2.5||~2.5
doctrine/orm Version ~2.2,>=2.2.3
doctrine/doctrine-bundle Version ~1.2
sonata-project/admin-bundle Version ~3.0
sonata-project/doctrine-orm-admin-bundle Version ~3.0
sonata-project/media-bundle Version ~3.0