jocelynkerbourch / kc-finder-bundle
KCFinder is free open-source alternative to the CKFinder web file manager
Installs: 64 798
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 6
Open Issues: 0
Requires
- php: >=5.4.4
This package is not auto-updated.
Last update: 2024-10-26 15:44:35 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 }