Merge pull request #3107 from adevade/add-laravel-livewire

Add Laravel Livewire detection
main
Elbert Alias 5 years ago committed by GitHub
commit 358c8c590f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6253,6 +6253,19 @@
"script": "/js/al/common\\.js\\?[0-9_]+", "script": "/js/al/common\\.js\\?[0-9_]+",
"website": "http://liveinternet.ru/rating/" "website": "http://liveinternet.ru/rating/"
}, },
"Livewire": {
"cats": [
18, 19
],
"html": "<[^>]+wire:[^<]+",
"icon": "Livewire.png",
"implies": "Laravel",
"js": {
"livewire": ""
},
"script": "livewire(?:\\.min)?\\.js",
"website": "https://laravel-livewire.com"
},
"LocalFocus": { "LocalFocus": {
"cats": [ "cats": [
61 61

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Loading…
Cancel
Save