Skip to content

Instantly share code, notes, and snippets.

@vmitchell85
Created January 8, 2021 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmitchell85/66f390066d5968bea02d27b9805c85ad to your computer and use it in GitHub Desktop.
Save vmitchell85/66f390066d5968bea02d27b9805c85ad to your computer and use it in GitHub Desktop.
Some dd style shortcuts for Ray
{
"ray": {
"prefix": "rr",
"body": [
"ray($1)$2;"
],
"description": "Dump data to Spatie's Ray application"
},
"ray model": {
"prefix": "rrm",
"body": [
"ray()->model($1);"
],
"description": "Dump a Model to Spatie's Ray application"
},
"ray clear": {
"prefix": "rrc",
"body": [
"ray()->newScreen($1);"
],
"description": "New Screen in Spatie's Ray application"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment