https://github.com/commongateway/notificationszgwbundle
A bundle to run the Notification Component (NRC)
https://github.com/commongateway/notificationszgwbundle
Last synced: 4 months ago
JSON representation
A bundle to run the Notification Component (NRC)
- Host: GitHub
- URL: https://github.com/commongateway/notificationszgwbundle
- Owner: CommonGateway
- Created: 2023-10-03T08:08:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T14:00:42.000Z (over 1 year ago)
- Last Synced: 2025-05-01T13:44:33.272Z (about 1 year ago)
- Language: PHP
- Size: 2.31 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Publiccode: publiccode.yaml
Awesome Lists containing this project
README
# NotificationsBundle [](https://app.codacy.com/gh/CommonGateway/NotificiationsBundle/dashboard?utm_source=gh\&utm_medium=referral\&utm_content=\&utm_campaign=Badge_grade)
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](https://getcomposer.org/download/) 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`