scigroup / tinyuplmngr
TinyMCE + Plupload very minimalistic upload manager
v1.1.0
2022-08-09 17:36 UTC
Requires
- doctrine/orm: ^2.6
- symfony/config: ^4.4
- symfony/console: ^4.4
- symfony/dependency-injection: ^4.4
- symfony/framework-bundle: ^4.4
- symfony/http-foundation: ^4.4
- symfony/http-kernel: ^4.4
- symfony/property-access: ^4.4
- symfony/validator: ^4.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-16 18:32:02 UTC
README
Don't install it. The bundle is under development!
Current state
Only Doctrine2 is supported.
Installation
Configuration
After installing the bundle, make sure you add this route to your routing:
# app/config/routing.yml _sci_group_tinymce_plupload_file_manager: resource: '@SciGroupTinymcePluploadFileManagerBundle/Resources/config/routing.xml'
{# Template file with form #} {% import "SciGroupTinymcePluploadFileManagerBundle::_macro.html.twig" as tpfm_macro %} {% block head_javascripts %} {{ parent() }} {{ tpfm_macro.plupload(app.environment, app.session.getId(), eventPage.eventPageIdMappingType, max_uploaded_filesize_mb) }} {% endblock %}