PHPackages                             perfectneeds/seo-single-lang-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. perfectneeds/seo-single-lang-bundle

ActiveSymfony-library

perfectneeds/seo-single-lang-bundle
===================================

Seo Bundle for Multi languages websites

1.0.17(4y ago)064PHPPHP ^5.5.9 || ^7.0

Since Jul 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/PerfectNeeds/seo-single-lang-bundle)[ Packagist](https://packagist.org/packages/perfectneeds/seo-single-lang-bundle)[ Docs](http://perfectneeds.github.com)[ RSS](/packages/perfectneeds-seo-single-lang-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (20)Used By (0)

Getting Started With PNSeoBundle for single languages web apps
==============================================================

[](#getting-started-with-pnseobundle-for-single-languages-web-apps)

### Prerequisites

[](#prerequisites)

1. Symfony 3.4
2. [PNServiceBundle](https://github.com/PerfectNeeds/service-bundle)

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

[](#installation)

Installation is a quick (I promise!) 7 step process:

1. Download PNSeoBundle using composer
2. Enable the Bundle in AppKernel
3. Create your Seo class
4. Create your SeoRepository class
5. Configure the PNSeoBundle
6. Import PNSeoBundle routing
7. Update your database schema

---

### Step 1: Download PNSeoBundle using composer

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

Require the bundle with composer:

```
$ composer require perfectneeds/seo-single-lang-bundle "~1.0"
```

### Step 2: Enable the Bundle in AppKernel

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

Require the bundle with composer:

```
