Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Class 'Yab\MySQLScout\Engines\Modes\' not found #128

Open
mbillahbli opened this issue Oct 16, 2022 · 0 comments
Open

Class 'Yab\MySQLScout\Engines\Modes\' not found #128

mbillahbli opened this issue Oct 16, 2022 · 0 comments

Comments

@mbillahbli
Copy link

Please help me!
Env:

SCOUT_DRIVER=mysql
SCOUT_SEARCH_MODE=LIKE

My config:

    'algolia' => [
        'id' => env('ALGOLIA_APP_ID', ''),
        'secret' => env('ALGOLIA_SECRET', ''),
    ],
    'mysql' => [
        'mode' => env('SCOUT_MODE'),
        'model_directories' => [app_path()],
        'min_search_length' => 0,
        'min_fulltext_search_length' => 4,
        'min_fulltext_search_fallback' => 'LIKE',
        'query_expansion' => false
    ]
    ```
    
    
    **But why got this error message?**
    
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant