yabhq / laravel-scout-mysql-driver

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

Feature/use mode class references #77

Closed okaufmann closed 5 years ago

okaufmann commented 5 years ago

I think its more flexible to use class references in config. So you can create your own Mode abstractions and have auto completion (depending on your IDE) in the config file.

BTW: This will not fix https://github.com/worksweet/laravel-scout-mysql-driver/issues/58

Hope it helps.

niladam commented 5 years ago

Great idea!