Site wide Search in Laravel with Scout

Sam Ngu
7 min readOct 28, 2020

Watch this tutorial on Youtube:

The “Search everything” box in the navigation bar is a very common feature in modern web app. I like it a lot, but implementing it in our own web app could be challenge. Here’s my solution to tackle this problem.

--

--