PHPackages                             gwinn/tinymce-fastload-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. gwinn/tinymce-fastload-bundle

ActiveSymfony-bundle[Image &amp; Media](/categories/media)

gwinn/tinymce-fastload-bundle
=============================

This Bundle integrates in TinyMCE WYSIWYG editor fast images upload

1467

Since Jul 23Compare

[ Source](https://github.com/gwinn/TinymceFastloadBundle)[ Packagist](https://packagist.org/packages/gwinn/tinymce-fastload-bundle)[ RSS](/packages/gwinn-tinymce-fastload-bundle/feed)WikiDiscussions Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

TinymceFastloadBundle
=====================

[](#tinymcefastloadbundle)

This bundle extends  so  must be readed first

Installation
------------

[](#installation)

Add bundle as a dependency to the composer.json of your application

```
    "require": {
        ...
        "gwinn/tinymce-fastload-bundle": "dev-master"
        ...
    },
```

Add bundle to your application kernel.
--------------------------------------

[](#add-bundle-to-your-application-kernel)

```
// app/AppKernel.php
