variety of premium plugins

Learn More

sky

you are reading the documentation for version v3
to check your version use: composer show lara-zeus/sky

Addons

Sky comes with some addons, currently we have:

  • FAQ
  • Library

FAQ Addons

to set the url of the FAQ from the zeus-sky.php config file:

'uri' => [
// ...
'faq' => 'faq',
],

to disable it in the admin, set it in the adminPanelProvider:

SkyPlugin::make()
->faqResource(false),

Library Addons

to set the url of the Library from the zeus-sky.php config file:

'uri' => [
// ...
'library' => 'library',
],

to disable it, set it in the adminPanelProvider:

SkyPlugin::make()
->libraryResource(false),