PackageTrack
Sign in Get early access

knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

5.11.0 16M downloads/mo #715 most downloaded on Packagist knuckleswtf/scribe

What this package is like to depend on

Last release 2 months ago

08 Jun 2026

Ships fairly regularly

a new release about every 5 weeks

Rarely documented

notes for 14 of 178 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

185 releases · first in 2020

8 releases in the last 12 months

see the full history below

Release timeline

185 releases · May 2020 to Jun 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 185
  1. 5.11.0 08 Jun 2026
    Release notes

    5.11.0 (08 Jun 2026)

    Fixed

    • Fix nested BelongsTo relationships loading in \ResponseFromApiResource\ (#1066)
    • Fix: Don't pre-urlencode Postman collection query keys/values (#1075)

    Modified

    • Update description for \�xists\ validation rule (#1069)
    Open source →
    Release notes

    Fixed

    • Fix nested BelongsTo relationships loading in ResponseFromApiResource (#1066)
    • Fix: Don't pre-urlencode Postman collection query keys/values (#1075)

    Modified

    • Update description for exists validation rule (#1069)
    Open source →
  2. 5.10.0 09 May 2026
    Release notes

    5.10.0 (09 May 2026)

    Added

    • Add afterExtracting hook to modify endpoint data after extraction (#1072)
    • Allow Blade syntax in base_url config (#1076)

    Fixed

    • Fix: Move required from array schema to object schema inside items (#1068)
    • Handle null example in array body parameter (#1065)
    Open source →
    Release notes

    Added

    • Add afterExtracting hook to modify endpoint data after extraction (#1072)
    • Allow Blade syntax in base_url config (#1076)

    Fixed

    • Fix: Move required from array schema to object schema inside items (#1068)
    • Handle null example in array body parameter (#1065)
    Open source →
  3. 5.9.0 21 Mar 2026
    Release notes

    Modified

    • Add symfony/yaml v8 support (#1063)
    Open source →
    Release notes

    Modified

    • Add symfony/yaml v8 support (#1063)
    Open source →
  4. 5.8.0 23 Feb 2026
    Release notes

    Added

    • Allow opt in suppressing of model events when generating response data with factories (#1057)
    • Add agent skill for releasing (c56c096)

    Modified

    • Bump dependencies for Laravel 13 (#1060)

    Fixed

    • Fix undefined array key 'text' in MarkdownParser::blockHeader (#1059)
    Open source →
    Release notes

    Added

    • Allow opt in suppressing of model events when generating response data with factories (#1057)
    • Add agent skill for releasing (c56c096d)

    Modified

    • Bump dependencies for Laravel 13 (#1060)

    Fixed

    • Fix undefined array key 'text' in MarkdownParser::blockHeader (#1059)
    Open source →
  5. 5.7.0 04 Feb 2026
    Release notes

    Added

    • Feature: laravel console output (#1047)
    • Add AGENTS.md for AI coding assistants (#1055)
    • Add OpenAPI 3.1 schema example to examples conversion (#1042)

    Modified

    • Replace erusev/parsedown with parsedown/parsedown for PHP 8.4 compatibility (#1049)
    • Use pint for code style (#1054)

    Fixed

    • Fix HTML special characters breaking Try It Out panel JSON display (#1048)
    • Respect wrapping of API resources (#1046)
    • Prevent empty enums when omitting ResponseField parameters (#1044)
    • Openapi nullable response fields (#1041)
    Open source →
    Release notes

    Added

    • Feature: laravel console output (#1047)
    • Add AGENTS.md for AI coding assistants (#1055)
    • Add OpenAPI 3.1 schema example to examples conversion (#1042)

    Modified

    • Replace erusev/parsedown with parsedown/parsedown for PHP 8.4 compatibility (#1049)
    • Use pint for code style (#1054)

    Fixed

    • Fix HTML special characters breaking Try It Out panel JSON display (#1048)
    • Respect wrapping of API resources (#1046)
    • Prevent empty enums when omitting ResponseField parameters (#1044)
    • Openapi nullable response fields (#1041)
    Open source →
  6. 5.6.0 23 Nov 2025
    Release notes Open source →
    Release notes
    • Add support for OpenAPI v3.1 specification (#1040)
      • Added openapi.version configuration option to choose between OpenAPI 3.0.3 (default) and 3.1.0
      • OpenAPI 3.1 uses JSON Schema Draft 2020-12 compatible nullable syntax: type: ["string", "null"]
      • OpenAPI 3.0 continues to use nullable: true property
      • Fully backward compatible - defaults to 3.0.3 if not configured
    Open source →
  7. 5.5.0 25 Oct 2025
    Release notes Open source →
    Release notes

    Modified

    • Change shalvah/clara constraint

    Fixed

    • fix: handle rare edge case in base OpenApi spec generator after parallel merge (#1031)
    Open source →
  8. 5.4.0 21 Oct 2025
    Release notes Open source →
    Release notes

    Fixed

    • fix: arrays of objects support in OpenAPI response generation (1021)
    • fix: white space issue with headers displaying in endpoint view (#1023)
    • fix: crash when API resource __construct enforces type in ResponseFromApiResource (#1028)

    Modified

    • Replace abandoned spatie/data-transfer-object with own DTO implementation (#1024)

    Added

    • Support deprecated: option for #[BodyParam]/#[QueryParam] attributes (#1022)
    • Support for sometimes rule (958)
    • Support for custom response Content-Types (problem+json, etc.) (#1029)
    • Support strings for the #[Deprecated] attribute (#1019)
    Open source →
  9. 5.3.0 28 Jul 2025
    Release notes Open source →
    Release notes

    Added

    • Support @deprecated/[#Deprecated] annotations for deprecating endpoints, along with deprecated badge in the included themes (#994)
    • Add enum list to Open API spec response properties (#902)

    Fixed

    • Format response codes as strings in OpenAPI spec (80d21f1c46)
    • Don't escape $baseUrl in view (39695304c9c)
    • Possible empty part of Route when path_param is not mandatory (#992)
    • Postman collection generation failing due to invalid UTF-8 characters (#997)
    • Use Recursive Spec Merge in OpenAPI SecurityGenerator & Fix OverrideGenerator base (#1003)

    Changed

    • Resolve fully qualified names (#1008)
    • Ensure Validator facade rules are detected (#1006)
    • Move intro_text directly after description in config/scribe.php for easier discovery (#1001)
    Open source →
  10. 5.2.1 01 May 2025
    Release notes Open source →
    Release notes

    Added

    • Fix regressions in parsing validation rules a9e7a668d
    Open source →
  11. 5.2.0 17 Apr 2025
    Release notes

    Added

    • Fix breaking bugfix for validation rules (array of objects) in newer Laravel versions 03968babc9

    Fixed

    • Avoid swallowing errors on example model instantiation (#964)[https://github.com/knuckleswtf/scribe/pull/964]
    Open source →
  12. 5.1.0 25 Feb 2025
    Release notes

    Added

    • Support for streamed responses in response calls 790ad94e512

    Fixed

    • Fixed use of URL::useOrigin vs URL::forceRootURL 956e9bf418
    Open source →
  13. 5.0.1 20 Feb 2025
    Release notes

    Fixed

    • Fix bug in wrongly trying to determine required fields for array of strings #951
    Open source →
  14. 5.0.0 19 Feb 2025
    Release notes

    See the migration guide.

    Open source →
  15. 4.40.0 03 Feb 2025

    Nothing published for this version

  16. 4.39.0 31 Dec 2024

    Nothing published for this version

  17. 4.38.0 18 Oct 2024

    Nothing published for this version

  18. 4.37.2 30 Aug 2024

    Nothing published for this version

  19. 4.37.1 11 Jul 2024

    Nothing published for this version

  20. 4.37.0 17 Jun 2024

    Nothing published for this version

  21. 4.36.0 27 May 2024

    Nothing published for this version

  22. 4.35.0 26 Mar 2024

    Nothing published for this version

  23. 4.34.0 15 Mar 2024

    Nothing published for this version

  24. 4.33.0 29 Feb 2024

    Nothing published for this version

  25. 4.32.0 20 Feb 2024

    Nothing published for this version

  26. 4.31.0 20 Feb 2024

    Nothing published for this version

  27. 4.30.1 18 Feb 2024

    Nothing published for this version

  28. 4.30.0 13 Feb 2024

    Nothing published for this version

  29. 4.29.0 29 Dec 2023

    Nothing published for this version

  30. 4.28.0 25 Dec 2023

    Nothing published for this version

  31. 4.27.0 21 Dec 2023

    Nothing published for this version

  32. 4.26.0 21 Nov 2023

    Nothing published for this version

  33. 4.25.0 29 Sep 2023

    Nothing published for this version

  34. 4.24.0 16 Sep 2023

    Nothing published for this version

  35. 4.23.1 25 Aug 2023

    Nothing published for this version

  36. 4.23.0 24 Aug 2023

    Nothing published for this version

  37. 4.22.0 30 Jun 2023

    Nothing published for this version

  38. 4.21.2 05 Jun 2023

    Nothing published for this version

  39. 4.21.1 03 Jun 2023

    Nothing published for this version

  40. 4.21.0 29 May 2023

    Nothing published for this version

  41. 4.20.0 28 May 2023

    Nothing published for this version

  42. 4.19.1 05 May 2023

    Nothing published for this version

  43. 4.19.0 22 Apr 2023

    Nothing published for this version

  44. 4.18.0 08 Apr 2023

    Nothing published for this version

  45. 4.17.0 19 Mar 2023

    Nothing published for this version

  46. 4.16.1 19 Mar 2023

    Nothing published for this version

  47. 4.16.0 16 Feb 2023

    Nothing published for this version

  48. 4.15.0 14 Feb 2023

    Nothing published for this version

  49. 4.14.0 07 Feb 2023

    Nothing published for this version

  50. 4.13.0 22 Jan 2023

    Nothing published for this version

  51. 4.12.0 15 Jan 2023

    Nothing published for this version

  52. 4.11.0 08 Jan 2023

    Nothing published for this version

  53. 4.10.1 14 Dec 2022

    Nothing published for this version

  54. 4.10.0 14 Dec 2022

    Nothing published for this version

  55. 4.9.0 05 Dec 2022

    Nothing published for this version

  56. 4.8.0 02 Dec 2022

    Nothing published for this version

  57. 4.7.1 28 Nov 2022

    Nothing published for this version

  58. 4.7.0 28 Nov 2022

    Nothing published for this version

  59. 4.6.1 25 Nov 2022

    Nothing published for this version

  60. 4.6.0 18 Nov 2022

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive