spatie / laravel-translatable

Making Eloquent models translatable
https://spatie.be/docs/laravel-translatable
MIT License
2.26k stars 281 forks source link

Convert static methods to scopes #396

Closed gdebrauwer closed 1 year ago

gdebrauwer commented 1 year ago

Converting the whereLocale() / whereLocales() static methods to scopes makes it possible to use them on existing queries instead of being required to use them as the first method

freekmurze commented 1 year ago

I like the proposal, but this is a breaking change. Could you re-add the old methods and add a @deprecated annotation above the function? We'll remove these old methods in the next major version of the package.

freekmurze commented 1 year ago

Thanks!