This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
Enhanced `whereConfig`
What's new?
- Added
orWhereConfig()
. - Enhanced
whereConfig()
, as it now supports operators:User::whereConfig('joysticks', '>', 5)->first()
.