Skip to content

shareViewData()

Share data for the page being rendered.

Hyde::shareViewData(Hyde\Pages\Concerns\HydePage $page): void

currentRouteKey()

Get the route key for the page being rendered.

Hyde::currentRouteKey(): string

currentRoute()

Get the route for the page being rendered.

Hyde::currentRoute(): Hyde\Support\Models\Route

currentPage()

Get the page being rendered.

Hyde::currentPage(): Hyde\Pages\Concerns\HydePage