Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Runroom/RenderEventBundle

Repository files navigation

RenderEventBundle

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

ci qa

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

composer require runroom/render-event-bundle

Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php file of your project:

// config/bundles.php

return [
    // ...
    Runroom\RenderEventBundle\RenderEventBundle::class => ['all' => true],
];

Update doctrine schema

Finally, execute doctrine schema update to create the new tables:

console doctrine:schema:update --force

License

This bundle is under the MIT license.