Untitled

 avatar
unknown
plain_text
3 years ago
626 B
3
Indexable
{
	"Print Data": {
		"scope": "php",
		"prefix": "prd",
		"body": [
			"print_r($1);exit();"
		]
	},
	"Query Print": {
		"scope": "php",
		"prefix": "prq",
		"body": [
			"print_r($$this->db->last_query());exit();"
		]
	},
	"Dump Query Print": {
		"scope": "php",
		"prefix": "ddx",
		"body": [
			"dd($$data->toSql(), $$data->getBindings());"
		]
	},
	"Comment Highlight Code": {
		"scope": "php",
		"prefix": "cmt1",
		"body": [
			"/**",
			" * $comment here",
			" */"
		]
	},
	"Comment Highlight Code 2": {
		"scope": "php",
		"prefix": "cmt2",
		"body": [
			"// $comment"
		]
	},
}
Editor is loading...