variety of premium plugins

Learn More

hera

Thank you for checking SEO scanner, before you can install it, you will need a license.

On this page

Configuration

Hera is depending on the package laravel-seo-scanner, make sure to follow it's configuration and setup.

to configure the plugin Hera, you can pass the configuration to the plugin in adminPanelProvider

these all the available configuration, and their defaults values

HeraPlugin::make()
->heraModels([
'Scan' => \LaraZeus\Hera\Models\Scan::class,
'Score' => \LaraZeus\Hera\Models\Score::class,
])
 
->navigationGroupLabel('Hera')
,