From be15a0f5f7799218fa80246724d6c94c19cdeaeb Mon Sep 17 00:00:00 2001 From: Dipankar Jana Date: Mon, 16 Dec 2024 19:18:50 +0530 Subject: [PATCH] Add Laravel --- src/helpers/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/helpers/index.ts b/src/helpers/index.ts index 3f8b0bb..212dbe1 100644 --- a/src/helpers/index.ts +++ b/src/helpers/index.ts @@ -26,7 +26,8 @@ export const getSkills = () => { 'HTML5', 'CSS3', 'RxJS', - 'SASS' + 'SASS', + 'Laravel' ] } @@ -39,5 +40,6 @@ export const getTools = () => { 'Blender', 'Github Actions', 'Bitbucket Pipeline', + 'PHP Storm' ] }