jewome62 / kc-finder-bundle
KCFinder is free open-source alternative to the CKFinder web file manager, update from jocelynkerbourch/kc-finder-bundle
Installs: 265
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 6
pkg:composer/jewome62/kc-finder-bundle
Requires
- php: >=5.4.4
This package is not auto-updated.
Last update: 2025-10-15 15:05:52 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 }