method() == 'OPTIONS' ? response('') : $handler($request); $response->withBody(str_replace([ '__SELF__', '__2__' ],[ request()->path(), '-' //url(request()->action) ],$response->rawBody()))->getStatusCode(); return $response; } }