clickrain/stratus-blitz-integration

Stratus integration for Blitz Plugin for Craft CMS

1.0.0 2023-07-06 19:41 UTC

This package is auto-updated.

Last update: 2024-05-06 21:36:19 UTC


README

Install the module using composer:

composer require clickrain/stratus-blitz-integration

Add the following to the modules section of your config/app.php file:

'modules' => [
    // ...
    'stratus-blitz-integration' => \clickrain\stratus\blitz\Module::class,
],

Bootstrap the module by adding the following to the bootstrap section of your config/app.php file:

'bootstrap' => [
    // ...
    'stratus-blitz-integration',
],