Explore fulltext search in laravel 10, 11 with Relations
Apr 21, 2024 · 2 min read · While using LIKE operator in laravel can basically get the job done in Laravel when working on simple applications with small datasets Fulltext allows you to perform efficient searches on large text-based data. It is particularly useful when you need...
Join discussion