laravel-yajra-datatables
laravel-yajra-datatables copied to clipboard
This is not working in laravel 8
I used this package in laravel 8, PHP 7.4, but its not working Its giving error DataTables warning: table id=DataTables_Table_0 - Ajax error. For more information about this error, please see http://datatables.net/tn/7
invalid argument supplied for foreach()
Add
use App\Http\Controllers\StudentController;
in web.php
use Illuminate\Support\Facades\Route;
use App\Http\Controllers\StudentController;
/*
|--------------------------------------------------------------------------
Web Routes |
---|
Here is where you can register web routes for your application. These |
routes are loaded by the RouteServiceProvider within a group which |
contains the "web" middleware group. Now create something great! |
*/ |