We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i try to do this \Rinvex\Country\CountryLoader::where('languages', 'Arabic');
\Rinvex\Country\CountryLoader::where('languages', 'Arabic');
but its not working even i try with passing an array ['value' => 'Arabic'] but also same issue
can anyone help me with this
thank you.
The text was updated successfully, but these errors were encountered:
Did you find a solution ?
Sorry, something went wrong.
The right way to do that search is as follows: \Rinvex\Country\CountryLoader::where('languages', ['eng' => 'English']);
\Rinvex\Country\CountryLoader::where('languages', ['eng' => 'English']);
I know it's not intuitive, maybe we can simplify the API in the future. PRs are welcome 🙂
No branches or pull requests
i try to do this
\Rinvex\Country\CountryLoader::where('languages', 'Arabic');
but its not working
even i try with passing an array ['value' => 'Arabic']
but also same issue
can anyone help me with this
thank you.
The text was updated successfully, but these errors were encountered: