InfyOmLabs / swagger-generator

Swagger Generator & Templates for InfyOm Laravel Generator
MIT License
117 stars 61 forks source link

laravel-generator Version Matching Problem #11

Open tomiaa1926 opened 1 year ago

tomiaa1926 commented 1 year ago

This is the version that I saw in the document.But he can't generate documents properly. swagger generator property.stub

 *      @OA\Property(
 *          property="$FIELD_NAME$",
 *          description="$DESCRIPTION$",
 *          readOnly=$FIELD_READ_ONLY$,
 *          nullable=$FIELD_NULLABLE$,
 *          type="$FIELD_TYPE$"$FIELD_FORMAT$
 *      )

$FIELD_READ_ONLY$ and $FIELD_NULLABLE$, Not replaced