Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Add installation info #9

Merged
merged 1 commit into from
Feb 27, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ replacement in terms of usage.

## Quickstart

First install the plugin for your app using composer:

`php composer.phar ad7six/shadow-translate:dev-master`

Load the plugin by adding following statement to your app's `config/bootstrap.php`:

`Plugin::load('ShadowTranslate');`

The shadow translate behavior expects each table to have its own translation table. Taking the
blog tutorial as a start point, the following table would already exist:

Expand Down