nicolaslopezj / searchable

A php trait to search laravel models
MIT License
2.01k stars 291 forks source link

Any news on Laravel 7.0? #209

Closed caiokawasaki closed 4 years ago

caiokawasaki commented 4 years ago

Release will be on 3rd march

lewislarsen commented 4 years ago

Hopefully this will be supported, can't do without it. :)

caiokawasaki commented 4 years ago

@nicolaslopezj please review: #210

dellow commented 4 years ago

@nicolaslopezj Please can we get this merged?

kevindesousa commented 4 years ago

Please ?

dellow commented 4 years ago

@kevindesousa I've forked this (https://github.com/dellow/searchable) readme describes how to use the forked version.

thecyrilcril commented 4 years ago

@kevindesousa I've forked this (https://github.com/dellow/searchable) readme describes how to use the forked version.

Hi, can you work me through how to pull in your fork((https://github.com/dellow/searchable) into a Laravel 7 (stable, not dev) project. 🙏

dellow commented 4 years ago

@seewhy17 Have you seen the instructions in the readme? Will work just fine.

There was a typo in the readme which referenced the wrong repo but that is fixed now.

thecyrilcril commented 4 years ago

@seewhy17 Have you seen the instructions in the readme? Will work just fine.

There was a typo in the readme which referenced the wrong repo but that is fixed now.

Thanks @dellow I was able to pull it into my Laravel 7.x.x project

mbvb1223 commented 4 years ago

The owner has just merged this PR: https://github.com/nicolaslopezj/searchable/pull/214 I think it can resolve your problem

dellow commented 4 years ago

@seewhy17 I'll be removing the forked repo very soon as the latest release of this repo now supports Laravel 7

thecyrilcril commented 4 years ago

@seewhy17 I'll be removing the forked repo very soon as the latest release of this repo now supports Laravel 7

@dellow thanks it's ok, I already switched to the original repo, thanks again