Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AyozeVera/6af629afe16afd3fdea3494a72b556e1 to your computer and use it in GitHub Desktop.
Save AyozeVera/6af629afe16afd3fdea3494a72b556e1 to your computer and use it in GitHub Desktop.
vsprintf(str_replace('?', '%s', $query->toSql()), collect($query->getBindings())->map(function ($binding) {
return is_numeric($binding) ? $binding : "{$binding}";
})->toArray())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment