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

Commit

Permalink
Add installation info
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Feb 27, 2015
1 parent 775b550 commit 4a95c47
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 4a95c47

Please sign in to comment.