Installation
Installation
Requirements
| Requirement | Version |
|---|---|
| PHP | ^8.3 |
| Laravel components | ^11.0, ^12.0, or ^13.0 |
| Extensions | ext-dom, ext-libxml |
Composer
composer require padosoft/laravel-ai-search-providers
Laravel package auto-discovery registers LaravelAiSearchProvidersServiceProvider.
Publish optional files
Config
Migrations
php artisan vendor:publish --tag=ai-search-providers-config
php artisan vendor:publish --tag=ai-search-providers-migrations
Migrations are auto-loaded
The default configuration sets load_migrations to true, so php artisan migrate creates search_providers without publishing the migration first.