Skip to content

Instantly share code, notes, and snippets.

View reelsergealain's full-sized avatar

Bleu Serge Alain reelsergealain

View GitHub Profile
@thecodeholic
thecodeholic / php.json
Created February 26, 2024 19:29
PHP/Laravel Live snippets for VSCode
{
"Create public function": {
"prefix": "pubf",
"body": [
"public function $1()",
"{",
"\t$2",
"}",
],
"description": "Create public function"