PHPackages                             shubaivan/sh-cv-editor-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. [Admin Panels](/categories/admin)
4. /
5. shubaivan/sh-cv-editor-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

shubaivan/sh-cv-editor-bundle
=============================

Symfony2 Cv editor bundle

07PHP

Since Jun 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/shubaivan/SkonsoftCvEditorBundle)[ Packagist](https://packagist.org/packages/shubaivan/sh-cv-editor-bundle)[ RSS](/packages/shubaivan-sh-cv-editor-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Getting Started With SkonsoftCvEditorBundle
===========================================

[](#getting-started-with-skonsoftcveditorbundle)

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.1.

#### Translations

[](#translations)

If you wish to use default texts provided in this bundle, you have to make sure you have translator enabled in your config:

```
# app/config/config.yml

framework:
    translator: { fallback: en }

```

For more information about translations, check [Symfony documentation](http://symfony.com/doc/current/book/translation.html).

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

[](#installation)

Installation is a quick 4 steps process:

1. Download SkonsoftCvEditorBundle
2. Enable the Bundle
3. Configure your application's config.yml
4. Update your database

### Step 1: Install SkonsoftCvEditorBundle

[](#step-1-install-skonsoftcveditorbundle)

The preferred way to install this bundle is to rely on [Composer](http://getcomposer.org). Just check on [Packagist](http://packagist.org/packages/friendsofsymfony/oauth-server-bundle) the version you want to install (in the following example, we used "dev-master") and add it to your `composer.json`:

```
{
    "require": {
        // ...
        "skonsoft/cv-editor-bundle": "dev-master"
    }
}
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
