xlabs/trumbowygbundle

TrumboWYG plugin wrapper bundle

Installs: 41

Dependents: 5

Suggesters: 0

Security: 0

Type:symfony-bundle

5.0.0 2024-03-18 17:27 UTC

This package is auto-updated.

Last update: 2024-04-18 17:39:38 UTC


README

TrumboWYG plugin wrapper bundle.

Installation

Install through composer:

php -d memory_limit=-1 composer.phar require xlabs/trumbowygundle

In your AppKernel

public function registerbundles()
{
    return [
    	...
    	...
    	new XLabs\TrumboWYGBundle\XLabsTrumboWYGBundle(),
    ];
}

Routing

Append to main routing file:

# app/config/routing.yml
  
xlabs_trumbowyg_routing:
    resource: "@XLabsTrumboWYGBundle/Resources/config/routing.yml"