How in routes/web.php add link to created DataTableComponent ? #1705
-
I added rappasoft/laravel-livewire-tables 3.2 into my laravel 10 / livewire 3. app and to make acces in routes/web.php I added line :
But I got error :
How to fix it, I did not this issue in the docs... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to use At the top of your Component. |
Beta Was this translation helpful? Give feedback.
You need to use
Illuminate\Database\Eloquent\Builder
Not
Illuminate\Database\Query\Builder
At the top of your Component.