Download the PHP package helios-ag/fm-rfm-bundle without Composer
On this page you can find all versions of the php package helios-ag/fm-rfm-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download helios-ag/fm-rfm-bundle
More information about helios-ag/fm-rfm-bundle
Files in helios-ag/fm-rfm-bundle
Package fm-rfm-bundle
Short Description FMRichfilemanager bundle, adds Richfilemanager file manager to your Symfony project
License MIT
Homepage https://github.com/helios-ag/FMRFMBundle
Informations about the package fm-rfm-bundle
FMRFMBundle
RichfileManager integration in Symfony
Code Quality Assurance
TravisCI | License | Version | Downloads |
---|---|---|---|
RichfileManager An open-source file manager. http://fm.devale.pro
Table of contents
- Installation
- Step 1: Installation
- Step 2: Enable the bundle
- Step 3: Import FMRFMBundle routing file
- Step 4: Securing paths
Installation
Step 1: Installation
Add FMRFMBundle to your composer.json
If you want to override default assets directory of Richfilemanager, add next option.
By default assets copied to web/assets/richfilemanager
or public/assets/richfilemanager
depending on Symfony version
Add composer script
"FM\\RFMBundle\\Composer\\RFMScriptHandler::copy",
to scripts section of composer.json
Also you can copy assets manually. Copy dirs: 'config, 'images', 'languages', 'libs', 'src',
'themes' from vendor/servocoder/richfilemanager/
to your public assets directory
Now tell composer to download the bundle by running the command:
Step 2: Enable the bundle
Enable the bundle in the kernel:
Step 3: Import FMRFMBundle routing file
Step 4: Configure your application's security.yml
Secure RFM with access_control:
Basic configuration
Add configuration options to your config.yml
Example below (assumed that richfilemanager assets placed in web/assets/richfilemanager
directory)
You can see the full list of roots options here. To use them, convert camelCased option names to snake_cased names.
Bundle provides custom form type, RFMType (provides same functionality as in FMElfinderBundle) and integration with CKEditor out of the box.
All versions of fm-rfm-bundle with dependencies
symfony/framework-bundle Version ^3.4|^4.0
symfony/twig-bundle Version ^3.4|^4.0
symfony/form Version ^3.4|^4.0
symfony/asset Version ^3.4|^4.0
servocoder/richfilemanager Version ^2.7