laravel with ionic :500 (Internal Server Error)
问题 is there anything wrong with my following code? caz it always shows: 500 (Internal Server Error) I do not know why and hope anyone can help,thanks... I have searched for a day but without any solution. Am i missing something? And i am using ionic to do the mobile application. //controller public function touristsData(){//get $postdata = file_get_contents("php://input"); $request = json_decode($postdata,true); $location = $request['location']; if(empty($location) != true){ $tourists = User: