mlocati / localizer
Installs: 120
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 3
Open Issues: 0
Type:concrete5-package
Requires
- php: >=5.3.2
- composer/installers: >=1.0.7
This package is auto-updated.
Last update: 2024-10-13 03:19:35 UTC
README
A concrete5 package to allow localization of special items in concrete5.
Installation
- cd into the packages directory
- clone repository using
git clone https://github.com/mlocati/concrete5-localizer.git localizer
Or install using composer (http://getcomposer.org )
- cd to your concrete5 root directory
- run
curl -sS https://getcomposer.org/installer | php
- add this to your
composer.json
file
{
"require": {
"mlocati/localizer": "@dev"
}
}
- run
php composer.phar install