method(); $api[] = $request->path(); Storage::disk('local')->append("logs/api/".date("Y-m-d").".log",\implode(',',$api) ); } return $response; } }