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: https://github.com/drehimself/laravel-movies-example
TMDb API: https://www.themoviedb.org/documentation/api
# LINKS
My courses: https://codewithdre.com
Sign up for my newsletter: http://andremadarang.com/newsletter
My website: http://andremadarang.com
Twitter: http://twitter.com/drehimself
GitHub: http://github.com/drehimself
CodePen: http://codepen.io/drehimself
source