contentreactor/craft-modal-manager

Modal Manager for CraftCMS 5.

Maintainers

Package info

github.com/contentreactor/craft-modal-manager

Issues

Documentation

Type:craft-plugin

pkg:composer/contentreactor/craft-modal-manager

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0 2026-06-17 08:41 UTC

This package is auto-updated.

Last update: 2026-06-17 08:44:26 UTC


README

Modal Manager for CraftCMS 5.

Requirements

This plugin requires Craft CMS 5.8.0 or later, and PHP 8.2 or later.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Modal Manager”. Then press “Install”.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require contentreactor/craft-modal-manager

# tell Craft to install the plugin
./craft plugin/install modal-manager