Laravel 5.2 and ajax Failed to load resource: the server responded with a status of 500
问题 Hi i m trying to make To do list application with laravel and ajax the probleme is if i tr to add,edit, delete a Task i get a Failed to load resource: the server responded with a status of 500 But when i click on the link with the error the returned data appears in json format View : <!DOCTYPE html> <html lang="en-US"> <head> <title>Laravel Ajax CRUD Example</title> <!-- Load Bootstrap CSS --> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">