GithubHelp home page GithubHelp logo

sancho2934489 / kcfinderbundle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bilbous/kcfinderbundle

0.0 0.0 0.0 7 KB

Symfony bundle for KCFinder (CKeditor)

License: MIT License

PHP 100.00%

kcfinderbundle's Introduction

README

The bundle provides a KCFinder for CKEditor integration for your Symfony Project

Documentation

Installation

This package require [kcfinder] but the composer can't load it if it's on require so add it manualy to you composer.json file:

// composer.json
"sunhater/kcfinder": "dev-master"

Require the bundle in your composer.json file:

$ composer require ikadoc/kcfinder-bundle --no-update

Register the bundle:

// app/AppKernel.php

public function registerBundles()
{
    return array(
        new Ikadoc\KCFinderBundle\IkadocKCFinderBundle(),
        // ...
    );
}

Install the bundle:

$ composer update ikadoc/kcfinder-bundle

Add routing:

// app/config/routing.yml
kcfinder:
    resource: "@IkadocKCFinderBundle/Resources/config/routing.yml"
    prefix: /admin

Configuration

The bundle allow to change base_path to kcfinder folder and you can define as many configs you want. The list of all config options are available here.

ikadoc_kc_finder:
    base_path : "%kernel.root_dir%/../vendor/sunhater/kcfinder"
    config:
        disabled : false
        uploadURL: "/uploads/"
        uploadDir: "%kernel.root_dir%/../web/uploads/"

License

The Ikadoc KCFinder Bundle is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code.

kcfinderbundle's People

Contributors

bilbous avatar sancho2934489 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.