Hera is a premium package,
get your license here
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
1HeraPlugin::make()2 ->heraModels([3 'Scan' => \LaraZeus\Hera\Models\Scan::class,4 'Score' => \LaraZeus\Hera\Models\Score::class,5 ])6 7 ->navigationGroupLabel('Hera')8,