sky

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

to customize the layout, you can change the default layout in the config file

1'layout' => 'zeus::components.app',

Publishing the default layout

or if you don't have a layout yet, you can publish the default one:

1php artisan vendor:publish --tag=zeus-views

Publishing the default views

to customize the default views for sky:

1php artisan vendor:publish --tag=zeus-sky-views

Publishing Translations

to customize the translations:

1php artisan vendor:publish --tag=zeus-sky-translations

Navigations

to render the navigation:

1@php $menu = RyanChandler\FilamentNavigation\Facades\FilamentNavigation::get('main-header-menu'); @endphp
2@foreach($menu->items as $item)
3 {!! \LaraZeus\Sky\Classes\RenderNavItem::render($item,'px-5 py-2 text-sm font-medium text-gray-600 hover:text-blue-500 dark:text-gray-400') !!}
4@endforeach

for more information refer to the main plugin Filament Navigation

themes

soon

Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.