From f9eb690a05d94f011f3ca5c9d5303e21bb709337 Mon Sep 17 00:00:00 2001 From: Joeri Verdeyen Date: Fri, 17 Feb 2017 10:13:39 +0100 Subject: [PATCH] Update quick_tour.md add Bundle to AppKernel --- docs/bundle/quick_tour.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/bundle/quick_tour.md b/docs/bundle/quick_tour.md index 661cf5fa0..42dae48d1 100644 --- a/docs/bundle/quick_tour.md +++ b/docs/bundle/quick_tour.md @@ -9,6 +9,33 @@ It adds easy to use [configuration layer](config_reference.md), register service $ composer require enqueue/enqueue-bundle enqueue/amqp-ext ``` +## Enable the Bundle + +Then, enable the bundle by adding `new Enqueue\Bundle\EnqueueBundle()` to the bundles array of the registerBundles method in your project's `app/AppKernel.php` file: + +```php +