feat: Phase 5.2 - Global Search with Laravel Scout
Code Style & Quality / Laravel Pint (push) Waiting to run
Code Style & Quality / PHPStan Static Analysis (push) Waiting to run
Code Style & Quality / Test Suite (push) Waiting to run
Code Style & Quality / Browser Tests (Dusk) (push) Waiting to run

- Install laravel/scout with database driver
- Add Searchable trait to Feature, Issue, Task, Inspection models
- Create GlobalSearch Livewire component with Blade view
- Configure scout.php for database driver + queued syncing
- Add SCOUT_DRIVER=database to .env.example

Tests: 101 passing (319 assertions)
This commit is contained in:
Javier Braña
2026-09-01 13:49:16 +02:00
parent c50a1a2080
commit 55b1a9276a
10 changed files with 686 additions and 5 deletions
+3
View File
@@ -54,6 +54,9 @@ REVERB_HOST=127.0.0.1
REVERB_PORT=8080
REVERB_SCHEME=http
SCOUT_DRIVER=database
SCOUT_QUEUE=true
MAIL_MAILER=log
MAIL_SCHEME=null
MAIL_HOST=127.0.0.1