Roardom
|
ee61a9fa33
|
refactor: use php set property hooks for livewire lifecycle hooks
In cases where the property is modified by reference, we can use native php property hooks.
|
2025-09-18 08:34:55 +00:00 |
|
Roardom
|
2a3270e748
|
update: use cache()->flexible() to improve response times
|
2025-09-12 01:43:47 +00:00 |
|
Roardom
|
61c0c29e9f
|
refactor: use php 8.4 property hooks for livewire computed properties
Less magic, and works well. Saw this trick in the Laracon US 2025 Livewire presentation.
|
2025-08-16 10:48:12 +00:00 |
|
Roardom
|
4a8248d576
|
refactor: rename top10 to trending
It is more than just a top 10 page now.
|
2025-06-30 07:39:55 +00:00 |
|