Download the PHP package webbuilders-group/silverstripe-translatablerouting without Composer
On this page you can find all versions of the php package webbuilders-group/silverstripe-translatablerouting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webbuilders-group/silverstripe-translatablerouting
More information about webbuilders-group/silverstripe-translatablerouting
Files in webbuilders-group/silverstripe-translatablerouting
Package silverstripe-translatablerouting
Short Description Extends SilverStripe Translatable module and replaces routing to enable multi-lingual urls
License BSD-3-Clause
Informations about the package silverstripe-translatablerouting
Translatable Routing
Extends SilverStripe Translatable module and replaces routing to enable multi-lingual URLs. By default the URLs that will be generated with this module installed will look like http://example.com/en/
though there are settings for using the locale instead of just the language code (see the documentation for information).
Maintainer Contact
- Ed Chipman (UndefinedOffset)
Requirements
- SilverStripe CMS 3.2.x+
- SilverStripe Translatable 2.1+
Installation
Composer (recommended):
If you prefer you may also install manually:
- Download the module from here https://github.com/webbuilders-group/silverstripe-translatablerouting/archive/master.zip
- Extract the downloaded archive into your site root so that the destination folder is called translatablerouting, opening the extracted folder should contain _config.php in the root along with other files/folders
- Run dev/build?flush=all to regenerate the manifest
After installing you must make some modifications to your Page class, see here for more information.
Documentation
For full usage and configuration documentation see the docs folder.
Notes
Translatable Routing has support for the SilverStripe Google Sitemaps module for 3.1, which will add support for the multi-lingual site per google's documentation on doing this.
All versions of silverstripe-translatablerouting with dependencies
silverstripe/framework Version ~3.2
silverstripe/cms Version ~3.2
silverstripe/translatable Version ~2.1
composer/installers Version *