- laravel: ^7.0
- infyomlabs/laravel-generator: ^2.0
- infyomlabs/swagger-generator: ^2.0
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
This is the version that I saw in the document.But he can't generate documents properly.
swagger generator property.stub
$FIELD_READ_ONLY$and$FIELD_NULLABLE$,Not replaced