Move onto livewire-material 2.2.0 and choose the material pagination theme

Set pagination_theme explicitly now that the package would otherwise take
it over itself; boost:update refreshed the package's guideline and skill.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andreas Reinhold / reini
2026-09-18 16:53:03 +02:00
committed by surtic86
co-authored by Claude Opus 5
parent 5658ac148c
commit 5d9e72fd06
5 changed files with 52 additions and 85 deletions
+6 -1
View File
@@ -232,9 +232,14 @@ return [
| trait, Livewire will use Tailwind templates to render pagination views
| on the page. If you want Bootstrap CSS, you can specify: "bootstrap"
|
| livewire-material takes this over itself while it still reads as
| Livewire's own default ("tailwind", or the key missing), so this stays
| explicit: SealShare states the choice itself rather than relying on
| the package to silently switch it.
|
*/
'pagination_theme' => 'tailwind',
'pagination_theme' => 'material',
/*
|---------------------------------------------------------------------------