Skip to content

Commit 3d8252c

Browse files
committed
main: added a 3rd project to my website
1 parent b659627 commit 3d8252c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
452 KB
Loading

src/data/projects.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ const projects = [
1717
img: require("@/assets/images/github-syncmodeltocrm.png"),
1818
description: "Laravel CRM Sync is a powerful package designed to seamlessly integrate and synchronize your Laravel models with multiple CRM systems. This package allows you to define specific model properties that will automatically synchronize with configured CRMs such as HubSpot and PipeDrive, across different environments (e.g., Sandbox, Production).",
1919
externalLink: "https://github.com/wazzac/sync-model-to-crm",
20+
},
21+
{
22+
id: 3,
23+
title: "Laravel DB Encryptoy",
24+
category: "Laravel Package",
25+
img: require("@/assets/images/github-db-encryptor.png"),
26+
description: "A Laravel package for secure, transparent encryption and decryption of sensitive model attributes, storing them in a dedicated table while keeping your main tables clean and fast.",
27+
externalLink: "https://github.com/wazzac/laravel-db-encryption",
2028
}
2129
];
2230

0 commit comments

Comments
 (0)