Download the PHP package mostlyserious/craft-markerio without Composer
On this page you can find all versions of the php package mostlyserious/craft-markerio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mostlyserious/craft-markerio
More information about mostlyserious/craft-markerio
Files in mostlyserious/craft-markerio
Package craft-markerio
Short Description Easily add Marker.io to your CraftCMS site.
License proprietary
Informations about the package craft-markerio
Marker.io Plugin
Easily integrate Marker.io with CraftCMS.
Marker.io is the preferred QA tool of the Mostly Serious dev team. This plugin allows you to add their reporting widget to both the front and back end of a Craft site, making it easy for users to report issues.
Requirements
This plugin requires Craft CMS 4.9.0 or later, and PHP 8.0.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 “Marker.io”. Then press “Install”.
With Composer
Open your terminal and run the following commands:
Usage
- Sign up for an account at Marker.io and copy your Project ID.
- Add your Project ID to the plugin settings.
That's it! You can configure the widget further using the settings provided. All config settings can be overridden with a marker.php
in your config
folder.
The plugin automatically add the Marker.io widget in the <head>
for you.
Variables and Advanced Configuration
If you require advanced features such as Reporter Identification or Custom Metadata, or if you prefer to add the Marker.io widget to your templates manually, you may use the following variables in Twig templates:
When rendering the widget manually, be sure to disable the widget on the front end in your config settings.
You will also need to manage your own requireLogin
logic when rendering the widget manually.