No matter what I do, I always get a 200 OK status in response. Whether I get a Stack trace, a route...
If I clear out the index.php and place return http_response_code(500); I still get a 200. What get'...
I have reverted that file to it's original state, same issue. The route is not wrapped in any group,...
Hi there Option 1. Route::get('test' , function(){ return \Response::make('message', 400); });...
The Laravel portal for problem solving, knowledge sharing and community building.
The community