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: https://github.com/drehimself/laravel-movies-example
TMDb API: https://www.themoviedb.org/documentation/api
#laravel #php #web-development