PackageTrack
Sign in Get early access

livewire/volt

An elegantly crafted functional API for Laravel Livewire.

v1.11.2 7.3M downloads/mo #1034 most downloaded on Packagist livewire/volt

What this package is like to depend on

Last release 23 days ago

31 Jul 2026

Release timing varies

gaps range from 9 days to 4 months

Nearly every release is documented

notes for 32 of 32 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

39 releases · first in 2023

11 releases in the last 12 months

see the full history below

Release timeline

39 releases · Jul 2023 to Jul 2026
2024 2025 2026
Release Pre-release

Releases

latest 39
  1. v1.11.2 31 Jul 2026
    Release notes
    Open source →
    Release notes
    • Fix Blaze compatibility by @ganyicz in https://github.com/livewire/volt/pull/156
    Open source →
  2. v1.11.1 22 Jul 2026
    Release notes

    Full Changelog: v1.11.0...v1.11.1

    Open source →
    Release notes

    Full Changelog: https://github.com/livewire/volt/compare/v1.11.0...v1.11.1

    Open source →
  3. v1.11.0 22 Jul 2026
    Release notes

    Full Changelog: v1.10.5...v1.11.0

    Open source →
    Release notes

    Full Changelog: https://github.com/livewire/volt/compare/v1.10.5...v1.11.0

    Open source →
  4. v1.10.5 18 Mar 2026
    Release notes
    • Remove redundant "When to Apply" section from skill body by @pushpak1300 in #154
    Open source →
    Release notes
    • Remove redundant "When to Apply" section from skill body by @pushpak1300 in https://github.com/livewire/volt/pull/154
    Open source →
  5. v1.10.4 05 Mar 2026
    Release notes
    Open source →
    Release notes
    • Laravel 13.x Compatibility by @laravel-shift in https://github.com/livewire/volt/pull/152
    Open source →
  6. v1.10.3 20 Feb 2026
    Release notes
    Open source →
    Release notes
    • Add Boost Guidelines & Skills by @pushpak1300 in https://github.com/livewire/volt/pull/151
    Open source →
  7. v1.10.2 28 Jan 2026
    Release notes
    • Fix TypeError when Blade::getPath() returns null during view caching by @chriscupas in #150
    Open source →
    Release notes
    • Fix TypeError when Blade::getPath() returns null during view caching by @chriscupas in https://github.com/livewire/volt/pull/150
    Open source →
  8. v1.10.1 25 Nov 2025
    Release notes
    Open source →
    Release notes
    • [1.x] PHP 8.5 Compatibility by @crynobone in https://github.com/livewire/volt/pull/148
    Open source →
  9. v1.10.0 14 Nov 2025
    Release notes
    Open source →
    Release notes
    • Fix multiple scripts test to use a single root element by @calebporzio in https://github.com/livewire/volt/pull/147
    • Fix component alias resolution for Livewire 4 by @calebporzio in https://github.com/livewire/volt/pull/146
    Open source →
  10. v1.9.0 30 Oct 2025
    Release notes
    Open source →
    Release notes
    • Livewire v4 support by @bookwyrm in https://github.com/livewire/volt/pull/144
    Open source →
  11. v1.8.0 29 Oct 2025
    Release notes
    • Allow Livewire v4 by @bookwyrm in https://github.com/livewire/volt/pull/143
    Open source →
  12. v1.7.2 06 Aug 2025
    Release notes
    • Support the dot in the make:volt command by @morpheus7CS in https://github.com/livewire/volt/pull/140
    Open source →
  13. v1.7.1 08 Apr 2025
    Release notes
    • Add missing session method to state options and related tests by @mondesirm in https://github.com/livewire/volt/pull/133
    Open source →
  14. v1.7.0 05 Mar 2025
    Release notes
    • Bump Livewire minimum version to include fix from livewire/livewire#9216 by @joshhanley in https://github.com/livewire/volt/pull/131
    Open source →
  15. v1.6.7 17 Feb 2025
    Release notes
    • Supports Laravel 12 by @crynobone in https://github.com/livewire/volt/pull/129
    Open source →
  16. v1.6.6 12 Nov 2024
    Release notes
    • [1.x] Supports PHP 8.4 by @crynobone in https://github.com/livewire/volt/pull/124
    Open source →
  17. v1.6.5 31 May 2024
    Release notes
    • Make class component if project uses Volt Class components by @joshcirre in https://github.com/livewire/volt/pull/106
    Open source →
  18. v1.6.4 27 May 2024
    Release notes
    • Remove final from render by @deanmcpherson in https://github.com/livewire/volt/pull/105
    Open source →
  19. v1.6.3 06 Mar 2024
    Release notes
    • Use paths from object property, not local variable by @bookwyrm in https://github.com/livewire/volt/pull/95
    Open source →
  20. v1.6.2 30 Jan 2024
    Release notes
    • Fix: Add missing argument 'except' to function 'url' in state properties by @bekepr in https://github.com/livewire/volt/pull/89
    Open source →
  21. v1.6.1 03 Jan 2024
    Release notes
    • [1.x] Adds tests for model route binding by @nunomaduro in https://github.com/livewire/volt/pull/84
    • [1.x] Fixes non-usage of livewire.view_path configuration by @nunomaduro in https://github.com/livewire/volt/pull/85
    Open source →
  22. v1.6.0 28 Nov 2023
    Release notes
    • fix: State properties by @lee-to in https://github.com/livewire/volt/pull/78
    • [1.x] Allow setting title using a closure in functional API by @RVxLab in https://github.com/livewire/volt/pull/79
    Open source →
  23. v1.5.0 20 Nov 2023
    Release notes
    • [1.x] Fixes rules missing exception message by @nunomaduro in https://github.com/livewire/volt/pull/70
    • [1.x] Allows to specify rules as closure by @nunomaduro in https://github.com/livewire/volt/pull/71
    Open source →
  24. v1.4.0 19 Oct 2023
    Release notes
    • [1.x] Adds tests around php blocks by @nunomaduro in https://github.com/livewire/volt/pull/58
    • [1.x] Adds actingAs to Volt facade by @nunomaduro in https://github.com/livewire/volt/pull/61
    • [1.x] Fixes imports used on fragments by @nunomaduro in https://github.com/livewire/volt/pull/63
    • [1.x] Removes custom rendering call by @nunomaduro in https://github.com/livewire/volt/pull/65
    Open source →
  25. v1.3.3 25 Sep 2023
    Release notes
    • Add docblock for Volt::withQueryParams() by @robsontenorio in https://github.com/livewire/volt/pull/55
    Open source →
  26. v1.3.2 19 Sep 2023
    Release notes
    • [1.x] Adds withQueryParams by @nunomaduro in https://github.com/livewire/volt/pull/51
    • [1.x] Adds rendering callback by @nunomaduro in https://github.com/livewire/volt/pull/52
    Open source →
  27. v1.3.1 11 Sep 2023
    Release notes
    • Fixing Bug in Precompiler when Blade::getPath() is null by @joaopalopes24 in https://github.com/livewire/volt/pull/48
    Open source →
  28. v1.3.0 01 Sep 2023
    Release notes
    • Add assertDontSeeVolt Test Expectation by @devajmeireles in https://github.com/livewire/volt/pull/44
    Open source →
  29. v1.2.0 31 Aug 2023
    Release notes
    • Adds --class option to make:volt command (#43)
    Open source →
  30. v1.1.1 30 Aug 2023
    Release notes
    • Fixes Segmentation fault on route:cache (#42)
    Open source →
  31. v1.1.0 28 Aug 2023
    Release notes
    • [1.x] Adds title function by @nunomaduro in https://github.com/livewire/volt/pull/34
    • [1.x] Fixes sending "name" as property hook argument by @nunomaduro in https://github.com/livewire/volt/pull/37
    • [1.x] Fixes already defined with by @nunomaduro in https://github.com/livewire/volt/pull/35
    • [1.x] Fixes bottom script being included as template by @nunomaduro in https://github.com/livewire/volt/pull/38
    Open source →
  32. v1.0.0 22 Aug 2023
    Release notes
    Open source →
  33. v1.0.0-beta.7 22 Aug 2023 pre-release
    Release notes
    • Adds with method to the class API (#31)
    Open source →
  34. v1.0.0-beta.6 17 Aug 2023 pre-release
    Release notes
    • Fixes call to undefined function "opcache_invalidate" when opcache is not installed (#28)
    Open source →
  35. v1.0.0-beta.5 15 Aug 2023 pre-release
    Release notes
    • Improves testbench development workflow (#24)
    • Fixes Class API when used with multiple fragments (#26)
    Open source →
  36. v1.0.0-beta.4 08 Aug 2023 pre-release
    Release notes
    • Adds Volt::route for full page components (#22)
    • Adds assertSeeVolt testing method (#23)
    Open source →
  37. v1.0.0-beta.3 03 Aug 2023 pre-release
    Release notes
    • uses interface support (#11)
    • Example to make:volt prompt (#12)
    • SFC with Class API (#15)
    • UX when using Folio's pages with Volt's anonymous components (#17)
    Open source →
  38. v1.0.0-beta.2 31 Jul 2023 pre-release
    Release notes
    • Windows support (#6)
    Open source →
  39. v1.0.0-beta.1 26 Jul 2023 pre-release
    Release notes

    First pre-release.

    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