Adding response using array ... use DataTables; Route::get('user-data', function() { $model = App\User::query(); return DataTables::eloquent($model) ->with([ ' ...
確定! 回上一頁