laravel-yajra-datatables icon indicating copy to clipboard operation
laravel-yajra-datatables copied to clipboard

This is not working in laravel 8

Open pankajthakur007 opened this issue 3 years ago • 1 comments

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()

pankajthakur007 avatar Mar 08 '21 18:03 pankajthakur007

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!
*/

mickser avatar May 08 '21 11:05 mickser