Jasper Tey
Jasper Tey
How do I set the "base" component of the environment, so that generated URLs are prefixed accordingly? Consider the following use case: - A website at example.com (non lithium app)...
I attempted to impersonate a soft-deleted user, which ends up trapping me in the following exception: ` Filament\FilamentManager::getUserName(): Argument #1 ($user) must be of type Illuminate\Database\Eloquent\Model|Illuminate\Contracts\Auth\Authenticatable, null given ` in...
This PR resolves a regression in 2.x where shared data closures with arguments could not be resolved. This patch ensures that the closures are resolved using `App::call()`. e.g., ```php Inertia::share('query',...