mlocati/localizer

There is no license information available for the latest version (1.0.0) of this package.

Installs: 120

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 5

Forks: 3

Open Issues: 0

Type:concrete5-package

1.0.0 2014-06-11 08:41 UTC

This package is auto-updated.

Last update: 2024-04-13 02:14:42 UTC


README

A concrete5 package to allow localization of special items in concrete5.

Installation

  1. cd into the packages directory
  2. clone repository using git clone https://github.com/mlocati/concrete5-localizer.git localizer

Or install using composer (http://getcomposer.org )

  1. cd to your concrete5 root directory
  2. run curl -sS https://getcomposer.org/installer | php
  3. add this to your composer.json file
{
    "require": {
        "mlocati/localizer": "@dev"
    }
}
  1. run php composer.phar install