PHPackages                             phlexible/country-context-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. phlexible/country-context-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

phlexible/country-context-bundle
================================

phlexible country context bundle

1.3.0(9y ago)01321MITPHPPHP &gt;=5.6.0

Since Sep 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/phlexible/country-context-bundle)[ Packagist](https://packagist.org/packages/phlexible/country-context-bundle)[ RSS](/packages/phlexible-country-context-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (11)Versions (8)Used By (1)

PhlexibleCountryContextBundle
=============================

[](#phlexiblecountrycontextbundle)

The PhlexibleCountryContextBundle adds support for country-based content in phlexible.

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

[](#installation)

1. Download PhlexibleCountryContextBundle using composer
2. Enable the Bundle
3. Configure the PhlexibleCountryContextBundle
4. Update your database schema
5. Clear the symfony cache

### Step 1: Download PhlexibleCountryContextBundle using composer

[](#step-1-download-phlexiblecountrycontextbundle-using-composer)

Add PhlexibleCountryContextBundle by running the command:

```
$ php composer.phar require phlexible/country-context-bundle "~1.0.0"
```

Composer will install the bundle to your project's `vendor/phlexible` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
