->rule(function (callable $get) { $locationId = $get('location_id'); $location = Location::find($locationId); return 'dimensions:width='.$location->image_width.',height='. $location->image_height; })