open20 / cmsbridge
There is no license information available for the latest version (1.6.0) of this package.
Open20 Cms Brigde
Package info
github.com/regionelombardia-open20/open2-cms-bridge
Type:component
pkg:composer/open20/cmsbridge
1.6.0
2026-02-02 09:57 UTC
Requires
- php: >=5.4.0
- open20/amos-core: >=1.9
- open20/amos-mobile-bridge: >=1.0
- open20/luya-admin-module: *
- open20/luya-frontend-api: *
This package is auto-updated.
Last update: 2026-03-02 10:09:59 UTC
README
Cms bridge. Bridge to connect backend to frontend.
Installation
- 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',