Merge pull request #7450 from osbre/feat/add-laravel-echo

Add Laravel Echo detection
main
Elbert Alias 2 years ago committed by GitHub
commit 497c5bcfea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,28 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none">
<path fill="#fff" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16Z" />
<path fill="url(#a)"
d="M16.238 31.238c8.416 0 15.238-6.822 15.238-15.238S24.654.762 16.238.762 1 7.584 1 16s6.822 15.238 15.238 15.238Z" />
<path fill="url(#b)"
d="M16.238 31.238c8.416 0 15.238-6.822 15.238-15.238S24.654.762 16.238.762 1 7.584 1 16s6.822 15.238 15.238 15.238Z" />
<path fill="#fff" fill-rule="evenodd"
d="M25.771 25.448a13.313 13.313 0 0 0 0-18.858 13.313 13.313 0 0 0-18.857 0 13.313 13.313 0 0 0 0 18.858c5.181 5.18 13.638 5.18 18.857 0Zm-1.104-1.105c4.61-4.61 4.61-12.076 0-16.686-4.61-4.61-12.077-4.61-16.686 0-4.61 4.61-4.61 12.076 0 16.686 4.61 4.61 12.076 4.61 16.686 0Z"
clip-rule="evenodd" />
<path fill="#fff" fill-rule="evenodd"
d="M21.219 24.343A8.001 8.001 0 1 0 9.902 13.029 8.001 8.001 0 0 0 21.22 24.343Zm1.067 1.105a9.519 9.519 0 0 1-13.486 0 9.519 9.519 0 0 1 0-13.486 9.519 9.519 0 0 1 13.486 0 9.519 9.519 0 0 1 0 13.486Z"
clip-rule="evenodd" />
<path fill="#fff" fill-rule="evenodd"
d="M18.657 24.343a4.208 4.208 0 0 0 0-5.943 4.208 4.208 0 0 0-5.943 0 4.208 4.208 0 0 0 0 5.943 4.208 4.208 0 0 0 5.943 0Zm1.105 1.105c-2.248 2.247-5.867 2.247-8.076 0-2.248-2.248-2.248-5.867 0-8.077 2.247-2.21 5.866-2.247 8.076 0a5.749 5.749 0 0 1 0 8.077Z"
clip-rule="evenodd" />
<defs>
<linearGradient id="a" x1="16.223" x2="16.223" y1=".777" y2="31.253"
gradientUnits="userSpaceOnUse">
<stop stop-color="#4BC0CE" />
<stop offset="1" stop-color="#4BA898" />
</linearGradient>
<linearGradient id="b" x1="16.223" x2="16.223" y1=".777" y2="31.253"
gradientUnits="userSpaceOnUse">
<stop stop-color="#4BC0CE" />
<stop offset="1" stop-color="#4BA898" />
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -132,6 +132,19 @@
},
"website": "https://laravel.com"
},
"Laravel Echo": {
"cats": [
59
],
"description": "Laravel Echo is a JavaScript library that makes it painless to subscribe to channels and listen for events broadcast by Laravel.",
"icon": "Laravel Echo.svg",
"implies": "Laravel",
"js": {
"Echo.connector": "",
"echo.connector": ""
},
"website": "https://laravel.com/docs/broadcasting#client-side-installation"
},
"Laterpay": {
"cats": [
41,