Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with Laravel 9 Scout #202

Open
TechhDan opened this issue Sep 12, 2022 · 0 comments
Open

Incompatibility with Laravel 9 Scout #202

TechhDan opened this issue Sep 12, 2022 · 0 comments

Comments

@TechhDan
Copy link

TechhDan commented Sep 12, 2022

The Kyslik\ColumnSortable\Sortable trait is not working well with the Laravel\Scout\Searchable trait. I implemented this package and it works great by itself. However, when I search using the Laravel Scout package it breaks.

I saw this issue was brought up in 2017 but I hope maybe it can be revisited. In case this is better suited to be fixed on Scout's repo I've opened up a feature request there as well.

image

"require": {
        "php": "^8.0.2",
        "guzzlehttp/guzzle": "^7.2",
        "kyslik/column-sortable": "^6.4",
        "laravel/framework": "^9.19",
        "laravel/sanctum": "^3.0",
        "laravel/scout": "^9.4",
        "laravel/tinker": "^2.7",
        "laravel/ui": "^4.0"
    },
    "require-dev": {
        "fakerphp/faker": "^1.9.1",
        "laravel/pint": "^1.0",
        "laravel/sail": "^1.0.1",
        "mockery/mockery": "^1.4.4",
        "nunomaduro/collision": "^6.1",
        "phpunit/phpunit": "^9.5.10",
        "spatie/laravel-ignition": "^1.0"
    },
@TechhDan TechhDan changed the title Incompatibility with Laravel Scout Incompatibility with Laravel 9 Scout Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant