Skip to content

clickrain/stratus-blitz-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

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',
],

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages