We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980577d commit 06759efCopy full SHA for 06759ef
.env.example
@@ -20,8 +20,6 @@ GITHUB_URL=http://laravel.io.test/auth/github
20
FLARE_KEY=
21
MIX_FLARE_KEY="${FLARE_KEY}"
22
23
-SCOUT_DRIVER=null
24
-
25
ALGOLIA_APP_ID=
26
ALGOLIA_SECRET=
27
config/scout.php
@@ -15,7 +15,7 @@
15
|
16
*/
17
18
- 'driver' => env('SCOUT_DRIVER', 'algolia'),
+ 'driver' => env('SCOUT_DRIVER', 'null'),
19
/*
|--------------------------------------------------------------------------
0 commit comments