Adding Query String Support to NovaPackages with Laravel Livewire - Matt Stauffer Livestream

preview_player
Показать описание
(Audio is echo-y just for the first 30 seconds, don't worry!)

Follow along with my Livestream as we add query string support to NovaPackages using Laravel Livewire.

In this episode, we:
- Upgraded Livewire
- Added query string tracking for basic variables that impact future loads
- Update search to set to `null` if empty so it disappears from the query string
- Update `mount()` method to pull page, search, and tag from query string, if set
- Add left/right key binding to pagination
- Avoid pagination overflow when using left/right keys

---

🛣 What are these streams?
Coding, out loud, together. We're building real applications, live, in real time. I can't promise that NO code will happen on these projects between streams, but everything you see on these streams is really what it's like to write web applications, primarily in Laravel and Vue/React.

🛣 What is Livewire?
Livewire is a Laravel package that makes it possible to write backend code that defines on-page, interactive updates--like PJAX, but better.

🛣 Who is Matt Stauffer?

🛣 Follow along

Рекомендации по теме
Комментарии
Автор

Is the code for this page available for any of us who need time to look it all over?

trentdpt