I have been searching exhaustively how to do a full text search in laravel from multiple tables and have found nothing. How do Implement this? any help will be magnificent
You could right or implement your own, but I will assume it maybe beyond your scope of abilities( mine too). Laracasts has a few lessons on searching, one very old but still very relevant plus the brand new series that covers a third party service.
+1 to Elastic, regarding the lessons on laracasts last months, and dont get me wrong, this appear as is not laracasts anymore, is more vuecasts or advertisingcasts (with 3rd party services). I stop my subscription months ago when take a month with freebies and then 3rd party (paid) services. Now I try to give back to the community helping on this forum when I have some spare time. Sorry the offtopic.
@raygun There is actually a way to do it. Take a look at Eloquence.
It is an amazing package that extends eloquent abilities and it does it well. It was built in performance in mind which is why I love it. Thank @JarekTkaczyk for that ;)