<?php namespace App\Http\Controllers; /** * @OA\Info( * version="1.0.0", * title="L5-Swaggerサンプル", * description="サンプル", * ) */ class HelloController extends Controller { /** * @OA\Get( * path="/hello", * operationId="hello", * tags={"タグ"}, * summary="ハロー", * description="こんにちは", * @OA\Response( * response=200, * description="成功", * @OA\JsonContent( * type="object", * @OA\Property( * property="mes