Versions in this module Expand all Collapse all v1 v1.18.0 Jul 22, 2026 Changes in this version + type Adapter struct + func NewAdapter(inertia *inertia.Inertia) *Adapter + func (a *Adapter) CSR() *inertia.Inertia + func (a *Adapter) Inertia() *inertia.Inertia + func (a *Adapter) Request(ctx contractshttp.Context) *stdhttp.Request + func (a *Adapter) SetCSR(i *inertia.Inertia) + func (a *Adapter) Writer(ctx contractshttp.Context) stdhttp.ResponseWriter + type InertiaManager struct + func NewInertiaManager(adapter *Adapter, url string, version string, flashKeys ...string) *InertiaManager + func (m *InertiaManager) Always(ctx contractshttp.Context, key string, fn func() any) + func (m *InertiaManager) ClearHistory(ctx contractshttp.Context) + func (m *InertiaManager) DeepMerge(ctx contractshttp.Context, key string, fn func() any, matchOn ...string) + func (m *InertiaManager) Defer(ctx contractshttp.Context, key string, fn func() any, group ...string) + func (m *InertiaManager) EncryptHistory(ctx contractshttp.Context) + func (m *InertiaManager) Error(ctx contractshttp.Context, key string, value any) + func (m *InertiaManager) Flash(ctx contractshttp.Context, data map[string]any) + func (m *InertiaManager) FlashErrors(ctx contractshttp.Context, errors validation.Errors) + func (m *InertiaManager) GetAdapter() *Adapter + func (m *InertiaManager) Location(ctx contractshttp.Context, url string) contractshttp.Response + func (m *InertiaManager) Merge(ctx contractshttp.Context, key string, fn func() any, matchOn ...string) + func (m *InertiaManager) Once(ctx contractshttp.Context, key string, fn func() any) + func (m *InertiaManager) Optional(ctx contractshttp.Context, key string, fn func() any) + func (m *InertiaManager) Prepend(ctx contractshttp.Context, key string, fn func() any, matchOn ...string) + func (m *InertiaManager) PreserveFragment(ctx contractshttp.Context) + func (m *InertiaManager) Prop(ctx contractshttp.Context, key string, value any) + func (m *InertiaManager) Redirect(ctx contractshttp.Context, url string) contractshttp.Response + func (m *InertiaManager) Render(ctx contractshttp.Context, component string, props map[string]any) contractshttp.Response + func (m *InertiaManager) Scroll(ctx contractshttp.Context, key string, prop contracts.ScrollProp) + func (m *InertiaManager) Share(key string, value any) + func (m *InertiaManager) ShareFunc(key string, fn func(contractshttp.Context) any) + func (m *InertiaManager) ShareSession(ctx contractshttp.Context) + func (m *InertiaManager) URL() string + func (m *InertiaManager) Version() string + type ServiceProvider struct + func (p *ServiceProvider) Boot(app foundation.Application) + func (p *ServiceProvider) Register(app foundation.Application) + type Vite struct + func NewVite(publicPath, buildDir, hotFile, devURL string) *Vite + func (v *Vite) Render(entries ...string) template.HTML + func (v *Vite) TemplateFunc() func(entries ...string) template.HTML + func (v *Vite) Version() string