jocelynkerbourch/kc-finder-bundle

此包的最新版本(2.0.0)没有提供许可信息。

KCFinder 是 CKFinder 网页文件管理器的免费开源替代品

2.0.0 2017-06-12 14:44 UTC

This package is not auto-updated.

Last update: 2024-09-14 15:06:01 UTC


README

symfony2 的 KCFinder(非官方)

http://kcfinder.sunhater.com

安装 : 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 }