Closed felloz closed 4 years ago
Hi @felloz,
I close this as it seems that this is not related to this package : you are using the users.index
route in the table ->routes()
method but the one you have declared is named user.index
.
Feel free to reopen if the issue is finally related to the package.
Hello, im recieving this error:
Route [templates.users.index] not defined. (View: E:\Laravel\vue\resources\views\vendor\laravel-table\bootstrap\rows-searching.blade.php)
My routes:
Route::get('/user', 'UsersController@index')->name('user.index');
UsersTable:
Controller