Download the PHP package novactive/ezsiteaccessmatchers-bundle without Composer
On this page you can find all versions of the php package novactive/ezsiteaccessmatchers-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download novactive/ezsiteaccessmatchers-bundle
More information about novactive/ezsiteaccessmatchers-bundle
Files in novactive/ezsiteaccessmatchers-bundle
Package ezsiteaccessmatchers-bundle
Short Description eZ publish Bundle providing additional siteaccess matchers
License MIT
Informations about the package ezsiteaccessmatchers-bundle
eZ (platform) Siteaccess Matchers Bundle
master |
---|
About
This eZ publish bundle provides additional siteaccess matchers, usefull for mapping siteacesses with Platform.sh dynamic environments urls.
The new matchers are :
- ExtendedHostElement : use a host element for siteaccess identification and replace the provided patterns in the string ( ex: "-" by "_" )
- SuffixedHostElement : use a host element for siteaccess identification and suffix it with the provided string
- PrefixedHostElement : use a host element for siteaccess identification and prefix it with the provided string
Installation
The recommended way to install this bundle is through Composer. Just run :
Register the bundle in the kernel of your application :
Usage
ExtendedHostElement matcher:
In your ezpublish/config/ezpublish.yml / app/config/ezplatform.yml config file :
SuffixedHostElement matcher:
In your ezpublish/config/ezpublish.yml / app/config/ezplatform.yml config file :
PrefixedHostElement matcher:
In your ezpublish/config/ezpublish.yml / app/config/ezplatform.yml config file :
License
This bundle is released under the MIT license. See the complete license in the bundle:
All versions of ezsiteaccessmatchers-bundle with dependencies
ezsystems/ezpublish-kernel Version ^6.0 || ^7.0