mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-10 01:14:30 +02:00
update
This commit is contained in:
parent
e53a643e3d
commit
1ab37bd478
209 changed files with 79957 additions and 0 deletions
7
my-snippets/laravel5/snippets/broadcast.json
Normal file
7
my-snippets/laravel5/snippets/broadcast.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"Broadcast-channel": {
|
||||
"prefix": "Broadcast::channel",
|
||||
"body": "Broadcast::channel('${1}', ${2}::class);${3}",
|
||||
"description": "Broadcast Channel Classes"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue