Skip to main content

All Questions

2 votes
1 answer
87 views

Server does not return JSON

In development, the server returns JSON. But in production it does not return JSON. I found that in production, browser does not send X-Requested-With header. In development - Note the X-Requested-...
testkit's user avatar
  • 53
-1 votes
1 answer
831 views

Laravel Datatables - Error with undefined function

I am facing an issues bring Datatables into my existing laravel application. I have follow a couple of videos and getting stuck. I have the following in my MembersController.php file namespace App\...
Brendan's user avatar
  • 107