variety of premium plugins

Learn More

helen

crown-solid Helen

Thank you for checking Short URLs Management, before you can install it, you will need a license.

you are reading the documentation for version v1 our latest version is v2 make sure to select the correct version.
to check your version use: composer show lara-zeus/helen

On this page

Configuration

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

these all the available configuration, and their defaults values

HelenPlugin::make()
->baseDomain('site.test')
->prefix('link')
->keyLength(4)
->helenModels([
'Link' => \LaraZeus\Helen\Models\Link::class,
'Visit' => \LaraZeus\Helen\Models\Visit::class,
])
 
->navigationGroupLabel('Helen')
,