Skip to content

julien-e/KCFinderBundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

KCFinder for symfony2 (unofficial)

http://kcfinder.sunhater.com

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 }

About

KCFinder for symfony2 (unofficial)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 70.8%
  • JavaScript 24.3%
  • CSS 4.9%