legacy-preview-siteaccess-matcher-bundle

UNIX name Owner Status
legacy-preview-siteaccess-matcher-bundle 7x stable
Version Compatible with
N/A N/A
Interested in this extension? Sponsor it!

Legacy Preview SiteAccess Matcher Bundle

eZ Platform bundle which sets correct default siteaccess in legacy admin preview.

Installation

  • Run composer require:
$ composer require contextualcode/legacy-preview-siteaccess-matcher-bundle
  • Enable this bundle in ezpublish/EzPublishKernel.php file by adding next line in registerBundles method:
public function registerBundles()
{
$bundles = array(
...
new ContextualCode\LegacyPreviewSiteAccessMatcherBundle\ContextualCodeLegacyPreviewSiteAccessMatcherBundle()
);
  • Installs legacy extensions:
$ php ezpublish/console ezpublish:legacybundles:install_extensions --relative
  • Regenerate eZ Publish Legacy autoloads:
$ php ezpublish/console ezpublish:legacy:script bin/php/ezpgenerateautoloads.php
  • Done.

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.