1 | <?php |
||
2 | |||
3 | return [ |
||
4 | /* |
||
5 | |---------------------------------------------------------------------------- |
||
6 | | SerpApi Key |
||
7 | |---------------------------------------------------------------------------- |
||
8 | */ |
||
9 | 'api_key' => env('SERPAPI_API_KEY', ''), |
||
0 ignored issues
–
show
Bug
introduced
by
![]() |
|||
10 | |||
11 | /* |
||
12 | |---------------------------------------------------------------------------- |
||
13 | | SerpApi Key |
||
14 | |---------------------------------------------------------------------------- |
||
15 | */ |
||
16 | 'search_engine' => env('SERPAPI_ENGINE', 'google'), |
||
17 | ]; |
||
18 |