glue-agency / craft-glue-backoffice
Backoffice insights
Package info
github.com/glue-agency/craft-glue-backoffice
Type:craft-plugin
pkg:composer/glue-agency/craft-glue-backoffice
5.0.2
2025-04-11 06:14 UTC
Requires
- php: ^8.2
- craftcms/cms: ^5.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Backoffice and insight
Requirements
This plugin requires Craft CMS 5.0.0 or later, and PHP 8.2 or later.
Installation
Create a glue-backoffice.php file in the /config folder with this config
return [ 'url' => getenv('GLUE_BACKOFFICE_URL'), 'token' => getenv('GLUE_BACKOFFICE_TOKEN'), ];
Finally add the env vars to your .env and .env.example.
# Glue Backoffice
GLUE_BACKOFFICE_URL="https://dashboard.glue.be/"
GLUE_BACKOFFICE_TOKEN=""
Open your terminal and run the following commands:
# Require the plugin through composer composer require glue-agency/craft-glue-backoffice # Install the plugin php craft plugin/install glue-backoffice