Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

CommonGateway/NotificationsZGWBundle

Repository files navigation

NotificationsBundle Codacy Badge

Placeholder...

The first section is about installing plugins. The latter part is about custom plugins to extend Common Gateway functionality.

Installation with the Common Gateway admin user-interface

Once a bundle is set up correctly (like this repository), the Common Gateway can discover the bundle without additional configuration. Head to the Plugins tab to search, select and install plugins.

Installing with PHP commands

To execute the following command, you will need Composer or a dockerized installation that already has PHP and Composer.

The Composer method in the terminal and root folder:

for the installation of the plugin

$composer require common-gateway/notifications-bundle:dev-main

for the installation of schemas

`$php bin/console commongateway:install common-gateway/notifications-bundle

The dockerized method in the terminal and root folder:

for the installation of the plugin

$docker-compose exec php composer require common-gateway/notifications-bundle:dev-main

for the installation of schemas

$docker-compose exec php bin/console commongateway:install common-gateway/notifications-bundle