Skip to content

laravel-generator Version Matching Problem #11

@ghost

Description

  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions