Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Added Elcodi HttpHeader to Bamboo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreram committed Jun 13, 2015
1 parent 41019df commit f8bbbd9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public function registerBundles()
new JMS\TranslationBundle\JMSTranslationBundle(),
new Mmoreram\ControllerExtraBundle\ControllerExtraBundle(),
new Mmoreram\CacheFlushBundle\CacheFlushBundle(),
new Mmoreram\HttpHeadersBundle\HttpHeadersBundle(),

/**
* Elcodi core bundles
Expand Down
12 changes: 12 additions & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,18 @@ jms_i18n_routing:
default_locale: en
locales: [en]

#
# HTTP Headers
# Fill this data to ensure your ecommerce is unique and belongs to developers
# Checkout the configuration in https://github.com/mmoreram/HTTPHeadersBundle
#
http_headers:
response:
x_elcodi:
name: X-Elcodi
values:
- This E-commerce is built using Elcodi and Symfony

#
# Elcodi related configuration
#
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"mmoreram/controller-extra-bundle": "^1.1.11",
"mmoreram/extractor": "^1.1.1",
"mmoreram/cache-flush-bundle": "0.1.1",
"mmoreram/http-headers-bundle": "1.0.0",

"elcodi/attribute-bundle": "0.5.18",
"elcodi/banner-bundle": "0.5.18",
Expand Down

0 comments on commit f8bbbd9

Please sign in to comment.