class RenderContext

Methods

__construct(string $component, Request $request)

Create a new render context instance. The render context provides information about the current Inertia render operation to objects implementing ProvidesInertiaProperties.

Details

at line 16
__construct(string $component, Request $request)

Create a new render context instance. The render context provides information about the current Inertia render operation to objects implementing ProvidesInertiaProperties.

Parameters

string $component
Request $request