open20/cmsbridge

There is no license information available for the latest version (1.6.0) of this package.

Open20 Cms Brigde

Maintainers

Package info

github.com/regionelombardia-open20/open2-cms-bridge

Type:component

pkg:composer/open20/cmsbridge

Statistics

Installs: 167

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.6.0 2026-02-02 09:57 UTC

README

Cms bridge. Bridge to connect backend to frontend.

Installation

  1. You need to require this package and enable the module in your configuration.

add to composer requirements in composer.json

"/open20/cms-bridge": "dev-master as 1.0.0",

or run command bash:

composer require "open20/cms-bridge": "dev-master as 1.0.0"

add Places migrations to console modules (console/config/migrations-amos.php):

'@vendor/open20/cms-bridge/src/migrations'

Add module to your modules-open20 config in backend:

	<?php
	$config = [
		'modules' => [
			'cmsbridge' => [
                            'class' => 'open20\cmsbridge\Module',
                        ],
		],
	];

Modify in common/params-local frontendUrl

	'frontendUrl' => 'https://frontend-ersaf.devel.open20.it',