https://github.com/mlocati/concrete5-localizer
Package to allow localization of special items in concrete5.
https://github.com/mlocati/concrete5-localizer
Last synced: 29 days ago
JSON representation
Package to allow localization of special items in concrete5.
- Host: GitHub
- URL: https://github.com/mlocati/concrete5-localizer
- Owner: mlocati
- License: other
- Created: 2013-07-02T12:57:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-21T16:35:34.000Z (about 10 years ago)
- Last Synced: 2025-03-26T21:36:50.785Z (about 2 months ago)
- Language: PHP
- Size: 422 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE.TXT
Awesome Lists containing this project
README
concrete5 - Localizer package
=============================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"
}
}
````4. run `php composer.phar install`