jewome62 / kc-finder-bundle
There is no license information available for the latest version (v1.0) of this package.
KCFinder is free open-source alternative to the CKFinder web file manager, update from jocelynkerbourch/kc-finder-bundle
v1.0
2015-08-10 07:45 UTC
Requires
- php: >=5.4.4
This package is not auto-updated.
Last update: 2024-11-13 10:24:22 UTC
README
KCFinder for symfony2 (unofficial)
Install : composer "jocelynkerbourch/kc-finder-bundle": "dev-master" php composer.phar install
appkernel new lib\KCFinderBundle\libKCFinderBundle(),
routing lib_kcfinder: resource: "@libKCFinderBundle/Resources/config/routing.yml" prefix: /admin
config lib_kc_finder: upload_url: "/uploads/images_articles" upload_dir: "%kernel.root_dir%/../web/uploads/images_articles"
security security: access_control: - { path: ^/admin/kcfinder*, role: ADMIN }