-
v2.0.1
Stablereleased this
2026-09-13 15:59:35 +00:00 | 6 commits to main since this releaseFixed
- The 2.0.0 Docker image did not start: the entrypoint's
php artisan view:cachefailed with "Unable to locate a class or view for component [showcase::example]", because Livewire Material only registered its showcase components while the showcase was enabled, which it is not in production. Livewire Material 1.1.1 registers them always, and a test now caches every view as the entrypoint does.
Downloads
- The 2.0.0 Docker image did not start: the entrypoint's