update cmd line

This commit is contained in:
asep komarudin 2023-03-03 07:09:50 +07:00
parent 67a507d530
commit 8c55f6b749
214 changed files with 48553 additions and 48489 deletions

View file

@ -1,23 +0,0 @@
{
"Cookie-forever.sublime-snippet": {
"prefix": "Cookie::forever",
"body": [
"\\$response->withCookie(cookie()->forever('${1:key}', ${2:\\$value}));$3"
],
"description": "Make a Permanent Cookie"
},
"Cookie-get.sublime-snippet": {
"prefix": "Cookie::get",
"body": [
"\\$request->cookie('${1:key}');$2"
],
"description": "Retrieve a Cookie value"
},
"Cookie-set.sublime-snippet": {
"prefix": "Cookie::set",
"body": [
"\\$response->withCookie(cookie('${1:key}', ${2:\\$value}));$3"
],
"description": "Attach a Cookie to a Response."
}
}