yabhq / laravel-scout-mysql-driver

Laravel Scout MySQL Driver
MIT License
522 stars 113 forks source link

Support for Laravel 5.6 #62

Closed alijmlzd closed 6 years ago

alijmlzd commented 6 years ago

Hi,

Do you have any plan to support laravel 5.6?

Thank You

seanmi commented 6 years ago

Hello,

Please make it available in laravel 5.6

Br,

frknasir commented 6 years ago

when will this be updated to support the latest laravel versions?

msonowal commented 6 years ago

@frknasir It is already updated to support. Let me know which versions are having issues if possible send a PR

Deadpoolddt commented 6 years ago

Getting this after running: composer require yab/laravel-scout-mysql-driver

Using: laravel/framework v5.6.27

image

seanmi commented 6 years ago

I am also getting that error on laravel 5.6

On Tue, Aug 28, 2018 at 5:01 AM Luis David notifications@github.com wrote:

Getting this after running: composer require yab/laravel-scout-mysql-driver

Using: laravel/framework v5.6.27

[image: image] https://user-images.githubusercontent.com/22669999/44685877-2dd70680-aa12-11e8-9f8b-d30e9795fcbd.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/YABhq/laravel-scout-mysql-driver/issues/62#issuecomment-416367296, or mute the thread https://github.com/notifications/unsubscribe-auth/ARycxw969dpyajcKfI487_g3VOQw0DBZks5uVF4VgaJpZM4TOMFS .

frknasir commented 6 years ago

@msonowal Laravel v5.6.31 and v5.6.35

domainregistrar commented 6 years ago

I don't think this is actually an issue with Laravel 5.6, it's Scout - I had to drop scout down to 4.0 in order to get this to work.

Working on Laravel 5.6.35 and Scout 4.0 for me.