https://github.com/timkelty/craft-crossoriginlocales
https://github.com/timkelty/craft-crossoriginlocales
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/timkelty/craft-crossoriginlocales
- Owner: timkelty
- License: mit
- Created: 2016-08-20T03:33:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-20T03:33:54.000Z (almost 10 years ago)
- Last Synced: 2025-02-15T23:43:19.801Z (over 1 year ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Cross-Origin Locales plugin for Craft CMS
Workaround for localized, cross-origin sites.

## Installation
To install Cross-Origin Locales, follow these steps:
1. Download & unzip the file and place the `crossoriginlocales` directory into your `craft/plugins` directory
2. -OR- do a `git clone https://github.com/timkelty/crossoriginlocales.git` directly into your `craft/plugins` folder. You can then update it with `git pull`
3. -OR- install with Composer via `composer require timkelty/crossoriginlocales`
4. Install plugin in the Craft Control Panel under Settings > Plugins
5. The plugin folder should be named `crossoriginlocales` for Craft to see it. GitHub recently started appending `-master` (the branch name) to the name of the folder for zip file downloads.
Cross-Origin Locales works on Craft 2.4.x and Craft 2.5.x.
## Cross-Origin Locales Overview
-Insert text here-
## Configuring Cross-Origin Locales
-Insert text here-
## Using Cross-Origin Locales
-Insert text here-
## Cross-Origin Locales Roadmap
Some things to do, and ideas for potential features:
* Release it
## Cross-Origin Locales Changelog
### 1.0.0 -- 2016.08.19
* Initial release
Brought to you by [Tim Kelty](http://fusionary.com/)