Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 320 Bytes

installation.md

File metadata and controls

18 lines (14 loc) · 320 Bytes

Installation

This extension can be installed using Composer. First, add it to your composer.json:

{
    "require": {
        "prezent/doctrine-translatable": "dev-master"
    }
}

Then tell composer to install the extension:

$ php composer.phar update prezent/doctrine-translatable