contentreactor / craft-modal-manager
Modal Manager for CraftCMS 5.
Package info
github.com/contentreactor/craft-modal-manager
Type:craft-plugin
pkg:composer/contentreactor/craft-modal-manager
1.0.0
2026-06-17 08:41 UTC
Requires
- php: >=8.2
- contentreactor/core: ^3.0
- craftcms/cms: ^5.8.0
Requires (Dev)
- craftcms/generator: ^2.2
- craftcms/phpstan: dev-main
- developion/coding-standards: ^1.1
- fakerphp/faker: ^1.24
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