glue-agency/craft-glue-backoffice

Backoffice insights

Installs: 4 010

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:craft-plugin

pkg:composer/glue-agency/craft-glue-backoffice

5.0.2 2025-04-11 06:14 UTC

This package is auto-updated.

Last update: 2025-10-11 07:17:04 UTC


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