I search through your content to help you find answers to your questions, fast.
Looking for our logo?
Made to simplify the usage of Algolia’s API within the Laravel Framework
Built on top of the latest release of Laravel Scout, extending Scout’s search features
Zero downtime reimports, aggregators
Powers Laravel’s docs
Background retry strategy to ensure uptime
Seamless batching via iterators to optimize number of network calls
Zero downtime reindexing feature
API access to all Algolia functionality, AI products, and advanced features, including Recommend
Requires: PHP 7.3+, Laravel 6+
INDEX
//intialize data
namespace App;
use Laravel\Scout\Searchable;
use Illuminate\Database\Eloquent\Model;
class Article extends Model
{
use Searchable;
}
// update
class ArticleController extends Controller
{
public function update(Request $request, $id)
{
Article::find(request('id'));
$article->title = request('title');
$article->update();
}
}
SEARCH
Route::get('search', function() {
$query = 'jimmie'; // <-- Change the query for testing.
$articles = App\Article::search($query)->get();
return $articles;
});
Recognized by IDC, Gartner, Forrester, and Paradigm B2B, Algolia helps enterprises turn search into a growth engine for AI-native experiences.
Algolia is recognized as a Leader in the 2026 Gartner® Magic Quadrant™ for Search and Product Discovery as the market shifts toward AI-powered, agentic discovery.
A Forrester Consulting study found Algolia delivered $3.1M NPV over three years, helping commerce teams improve relevance, automate merchandising, and grow revenue
IDC recognized Algolia as a leader in general-purpose knowledge discovery software, citing the growing role of search in AI-powered workflows and enterprise knowledge experiences
Algolia earned 12 medals across 12 categories in Paradigm B2B’s 2025 Enterprise Combine for Search and Discovery, with customers praising speed, transparency, analytics, and ease of use
Hi there 👋 Need assistance? Click here to allow functional cookies to launch our chat agent.
Thanks for visiting! 👋 I can help answer any questions about Algolia.
Hey! 👋 Got questions about pricing or plans?
Want to skip the form and book some time with our team right now?
Hey there! Would you like to book a meeting with our sales team now?
Thanks for visiting! 👋 I can help answer any questions about Algolia.