You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using where($field, $value) fails when $value is same as one from the available operators, eg:
Model::where('field', 'mod')->get();
InvalidArgumentException: Value must be provided.
1 File "/var/www/lara/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php" line 409 in where
2 File "/var/www/lara/vendor/jenssegers/mongodb/src/Jenssegers/Mongodb/Query/Builder.php" line 727 in where