PackageTrack
Sign in Get early access

laravel/tinker

Powerful REPL for the Laravel framework.

v3.0.2 477M downloads/mo #109 most downloaded on composer laravel/tinker

What this package is like to depend on

Last release 5 months ago

17 Mar 2026

Release timing varies

gaps range from 4 weeks to 10 months

Most releases are documented

notes for 28 of 39 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

39 releases · first in 2016

6 releases in the last 12 months

see the full history below

Release timeline

39 releases · Dec 2016 to Mar 2026
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 39
  1. v3.0.2 17 Mar 2026
    Release notes

    Full Changelog: v3.0.0...v3.0.2

    Open source →
    Release notes

    Full Changelog: https://github.com/laravel/tinker/compare/v3.0.0...v3.0.2

    Open source →
  2. v3.0.1 10 Feb 2026

    Nothing published for this version

  3. v3.0.0 17 Mar 2026
    Release notes
    Open source →
    Release notes
    • [3.x] Return correct exit code on exceptions by @LachlanArthur in https://github.com/laravel/tinker/pull/165
    • [3.x] Remove supports for PHP 8.0 and 7.x by @crynobone in https://github.com/laravel/tinker/pull/186
    • [3.x] Supports Laravel 13 by @crynobone in https://github.com/laravel/tinker/pull/197
    • Avoid trust project prompts from PsySH by @WendellAdriel in https://github.com/laravel/tinker/pull/198
    Open source →
  4. v2.11.1 06 Feb 2026
    Release notes
    Open source →
    Release notes
    • Avoid trust project prompts from PsySH by @WendellAdriel in https://github.com/laravel/tinker/pull/198
    Open source →
  5. v2.11.0 19 Dec 2025
    Release notes
    Open source →
    Release notes
    • perf: optimize ClassAliasAutoloader using contains() by @Ayoub-Mabrouk in https://github.com/laravel/tinker/pull/194
    • Allow Symfony v8 by @jnoordsij in https://github.com/laravel/tinker/pull/195
    Open source →
  6. v2.10.2 20 Nov 2025
    Release notes
    Open source →
    Release notes
    • [2.x] PHP 8.5 Compatibility by @crynobone in https://github.com/laravel/tinker/pull/192
    Open source →
  7. v2.10.1 27 Jan 2025
    Release notes
    Open source →
    Release notes
    • Update logo to support dark/light theme by @milewski in https://github.com/laravel/tinker/pull/183
    • [2.x] Supports Laravel 12 by @crynobone in https://github.com/laravel/tinker/pull/185
    Open source →
  8. v2.10.0 23 Sep 2024
    Release notes
    Open source →
    Release notes
    • Use actions/checkout@v4 by @Jubeki in https://github.com/laravel/tinker/pull/172
    • Use new static analysis workflow by @Jubeki in https://github.com/laravel/tinker/pull/173
    • Replace dead link in Security Policy by @Jubeki in https://github.com/laravel/tinker/pull/180
    • [2.x] Supports PHP 8.4 by @crynobone in https://github.com/laravel/tinker/pull/182
    Open source →
  9. v2.9.0 04 Jan 2024
    Release notes
    Open source →
    Release notes
    • Update PsySH dependency to v0.12 by @bobthecow in https://github.com/laravel/tinker/pull/170
    • [2.x] Merging develop by @nunomaduro in https://github.com/laravel/tinker/pull/171
    Open source →
  10. v2.8.2 15 Aug 2023
    Release notes
    Open source →
    Release notes
    • [2.x] Adds type checking by @nunomaduro in https://github.com/laravel/tinker/pull/160
    • [2.x] Remove unused orchestra/testbench deps by @crynobone in https://github.com/laravel/tinker/pull/166
    Open source →
  11. v2.8.1 15 Feb 2023
    Release notes
    • Cast ProcessResult objects by @mpociot in https://github.com/laravel/tinker/pull/159
    Open source →
  12. v2.8.0 10 Jan 2023
    Release notes

    Added

    • Laravel v10 support
    Open source →
  13. v2.7.3 09 Nov 2022
    Release notes

    Changed

    • Set raw output when using --execute by @innocenzi in https://github.com/laravel/tinker/pull/155
    Open source →
  14. v2.7.2 23 Mar 2022
    Release notes

    Fixed

    • Add Laravel app instance to command by @driesvints in https://github.com/laravel/tinker/pull/146
    Open source →
  15. v2.7.1 15 Mar 2022
    Release notes

    Fixed

    • Fix command resolving by @driesvints in https://github.com/laravel/tinker/pull/144 and https://github.com/laravel/tinker/commit/1e2d500585a4e546346fadd3adc6f9c1a97e15f4
    Open source →
  16. v2.7.0 10 Jan 2022
    Release notes

    Changed

    • Laravel 9 and psych v0.11.x support (#139)
    Open source →
  17. v2.6.3 07 Dec 2021
    Release notes

    Changed

    • Add migrate:install to whitelisted commands (#137)
    Open source →
  18. v2.6.2 28 Sep 2021
    Release notes

    Added

    • Added custom caster support (#133)
    Open source →
  19. v2.6.1 02 Mar 2021
    Release notes

    Fixed

    • Display hidden/appended attributes for models (#123)
    Open source →
  20. v2.6.0 26 Jan 2021
    Release notes

    Added

    • Add Stringable caster (#121)
    Open source →
  21. v2.5.0 29 Oct 2020
    Release notes

    Added

    • PHP 8 Support (#116)
    Open source →
  22. v2.4.2 11 Aug 2020
    Release notes

    Fixed

    • Fix missing output while using execute option (#109)
    Open source →
  23. v2.4.1 07 Jul 2020
    Release notes

    Fixed

    • Fixed execute not unregistering loader and exit code (#100)
    Open source →
  24. v2.4.0 07 Apr 2020
    Release notes

    Changed

    • Forward input options to psysh (#98)
    Open source →
  25. v2.3.0 17 Mar 2020
    Release notes

    Added

    • Allow Laravel 8 (#90)
    • Allow psy/psysh 0.10 (#95)
    Open source →
  26. v2.2.0 05 Feb 2020
    Release notes

    Added

    • Support vendor class aliasing (#88)
    • Add --execute option to console command (#89)
    Open source →
  27. v2.1.0 14 Jan 2020
    Release notes

    Added

    • Add HtmlString caster (#87)
    Open source →
  28. v2.0.0 26 Nov 2019
    Release notes

    Added

    • Allow Laravel 7 (#74)

    Changed

    • Require PHP 7.2 as the new minimum version (8d6104c)
    • Allow Symfony 5 (49982fd)
    • Laravel now only check for DeferrableProvider (#81)

    Removed

    • Drop support for old Psysh versions (a05922f)
    • Drop Symfony 3.x support (7175b49)
    • Drop support for Laravel 5.x (4f3e609)
    Open source →
  29. v1.0.10 07 Aug 2019

    Nothing published for this version

  30. v1.0.9 29 Jul 2019

    Nothing published for this version

  31. v1.0.8 12 Oct 2018

    Nothing published for this version

  32. v1.0.7 17 May 2018

    Nothing published for this version

  33. v1.0.6 16 Apr 2018

    Nothing published for this version

  34. v1.0.5 06 Mar 2018

    Nothing published for this version

  35. v1.0.4 06 Mar 2018

    Nothing published for this version

  36. v1.0.3 18 Dec 2017

    Nothing published for this version

  37. v1.0.2 13 Jul 2017

    Nothing published for this version

  38. v1.0.1 01 Jun 2017

    Nothing published for this version

  39. v1.0.0 30 Dec 2016
    Release notes

    Initial commit.

    Open source →

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