Replies: 1 comment
-
@nubinter yes, you don't have to rely on passing the request down through |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can i use session request in the query builder?
if i try adding
Request $request
inside Builder() methode, i will get the errorDeclaration of App\Http\Livewire\Cuti\Class::builder(Request $request): Illuminate\Database\Eloquent\Builder must be compatible with Rappasoft\LaravelLivewireTables\DataTableComponent::builder(): Illuminate\Database\Eloquent\Builder
so is there any other way to access laravel session? because i need the data to use in query builder.
Beta Was this translation helpful? Give feedback.
All reactions