From 90a089cc4f4e06a75b71e5973ed6090966a95ae4 Mon Sep 17 00:00:00 2001 From: Henriquex25 <88984677+Henriquex25@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:57:40 -0300 Subject: [PATCH 1/2] Add Laravel Docs Plugin A simple plugin to search and access Laravel documentation --- plugins.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 3e7f18d92..fba48a810 100644 --- a/plugins.json +++ b/plugins.json @@ -1947,5 +1947,19 @@ "IcoPath": "https://cdn.jsdelivr.net/gh/MBeggiato/Flow.Launcher.Plugin.RDP@main/screen-mirroring.png", "DateAdded": "2023-10-23T03:45:46Z", "LatestReleaseDate": "2023-10-22T15:00:50Z" + }, + { + "ID": "890a6a95-5d36-4fab-bce1-b4c3f1239015", + "Name": "Laravel Doc", + "Description": "Laravel Documentation Search Engine", + "Author": "Henrique Miranda", + "Version": "1.0.0", + "Language": "TypeScript", + "Website": "https://github.com/Henriquex25/laravel-doc-flow-launcher-plugin", + "UrlDownload": "https://github.com/Henriquex25/laravel-doc-flow-launcher-plugin/releases/download/v1.0.0/laravel-doc-flow-launcher-plugin.zip", + "UrlSourceCode": "https://github.com/Henriquex25/laravel-doc-flow-launcher-plugin", + "IcoPath": "https://github.com/Henriquex25/laravel-doc-flow-launcher-plugin/blob/main/assets/laravel.png?raw=true", + "DateAdded": "2023-11-07T06:56:46Z", + "LatestReleaseDate": "2023-11-07T06:56:46Z" } -] \ No newline at end of file +] From 753dc28c02994fa6e2316ea3fdf77ec29c325b87 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 12 Nov 2023 15:18:17 +1100 Subject: [PATCH 2/2] Update plugins.json --- plugins.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins.json b/plugins.json index fba48a810..41d2a3e0d 100644 --- a/plugins.json +++ b/plugins.json @@ -1958,8 +1958,6 @@ "Website": "https://github.com/Henriquex25/laravel-doc-flow-launcher-plugin", "UrlDownload": "https://github.com/Henriquex25/laravel-doc-flow-launcher-plugin/releases/download/v1.0.0/laravel-doc-flow-launcher-plugin.zip", "UrlSourceCode": "https://github.com/Henriquex25/laravel-doc-flow-launcher-plugin", - "IcoPath": "https://github.com/Henriquex25/laravel-doc-flow-launcher-plugin/blob/main/assets/laravel.png?raw=true", - "DateAdded": "2023-11-07T06:56:46Z", - "LatestReleaseDate": "2023-11-07T06:56:46Z" + "IcoPath": "https://cdn.jsdelivr.net/gh/Henriquex25/laravel-doc-flow-launcher-plugin@main/assets/laravel.png" } ]