Laravel Movie App - Search Dropdown w/ Livewire - Part 4

We take a look at building a search dropdown component using Livewire and the TMDb API. Livewire makes it easy to write traditional JavaScript components that require HTTP requests entirely in Laravel/PHP. It’s simple to use and often results in minimal code. We also take a look at testing Livewire components. GitHub Repo: TMDb API: # LINKS My courses: Sign up for my newsletter: http
Back to Top