From 555dba1f09596190435dcf37b9636b0b6435deae Mon Sep 17 00:00:00 2001 From: Nishitbariya <85815172+Nishitbaria@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:34:05 +0530 Subject: [PATCH] =?UTF-8?q?feat:=20add=20official-docs.json=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- database/resources/official-docs.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/database/resources/official-docs.json b/database/resources/official-docs.json index d1dc8160c..ce90dfaa0 100644 --- a/database/resources/official-docs.json +++ b/database/resources/official-docs.json @@ -82,7 +82,15 @@ "url": "https://svelte.dev/docs/introduction", "category": "resources", "subcategory": "officialdocs" - } + } , + { + "name": "Laravel", + "description": "Laravel is a web application framework with the expressive, elegant syntax", + "url": "https://laravel.com/", + "category": "resources", + "subcategory": "officialdocs" + } + ]