Installation
Requirements
- Craft CMS 5.3.0 or later
- PHP 8.2 or later
Install via Composer
Open your terminal in your project root and run:
composer require justinholtweb/craft-leads
Install the Plugin
Then install the plugin via the Craft CLI:
php craft plugin/install leads
Or navigate to Settings → Plugins in the control panel and click “Install” next to Leads.
Next Steps
Once installed, head to Leads in the control panel sidebar to create your first popup. See the Usage guide to get started, or the Configuration page to tune settings.