Skip to content

Commit

Permalink
updated home
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Nov 5, 2023
1 parent f0c3e75 commit 9569534
Showing 1 changed file with 30 additions and 14 deletions.
44 changes: 30 additions & 14 deletions src/pages/ProjectPage/components/ProjectList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,6 @@ const products = [
description: `Laravel SafeDispatcher dispatches your Queue Jobs in a safer & recoverable way.`,
tags: ['Library', 'Infrastructure'],
},
{
id: 9,
name: 'Laravel Inbox Process',
imageSrc: 'https://raw.githubusercontent.com/shipsaas/laravel-inbox-process/main/.github/logo.png',
repository: 'shipsaas/laravel-inbox-process',
description: `The Inbox Pattern/Process for Laravel projects. Ensure the ordering, uniqueness, and reliable handling of webhook requests.`,
tags: ['Library', 'Infrastructure'],
},
{
id: 10,
name: 'Laravel Resource Reducer',
Expand All @@ -124,12 +116,20 @@ const products = [
tags: ['Library', 'Optimization', 'Best practice'],
},
{
id: 4,
name: 'Ready',
imageSrc: 'https://iili.io/HrPboa1.jpg',
repository: 'shipsaas/ready',
description: `Ready injects completely generic stuff (Countries, Currencies,...) to build your next freaking SaaS products`,
tags: ['Library', 'Scaffolding'],
id: 11,
name: 'Laravel ShipSaaS Logger',
imageSrc: 'https://github.com/shipsaas/shipsaas-logger/raw/main/.github%2Fshipsaas-logger.png',
repository: 'shipsaas/shipsaas-logger',
description: `Laravel ShipSaas Logger enables the tracing of requests across servers by marking each request with a unique ID. Skyrocket the production debugging.`,
tags: ['Library', 'Best practice', 'Logging'],
},
{
id: 9,
name: 'Laravel Inbox Process',
imageSrc: 'https://raw.githubusercontent.com/shipsaas/laravel-inbox-process/main/.github/logo.png',
repository: 'shipsaas/laravel-inbox-process',
description: `The Inbox Pattern/Process for Laravel projects. Ensure the ordering, uniqueness, and reliable handling of webhook requests.`,
tags: ['Library', 'Infrastructure'],
},
{
id: 5,
Expand All @@ -139,6 +139,22 @@ const products = [
description: `PHP (Laravel's portable) library to handle Currency FX (Rates, Conversions,...). Drivers for multiple online services.`,
tags: ['Library', 'Helper'],
},
{
id: 12,
name: 'Laravel JWKs',
imageSrc: 'https://github.com/shipsaas/laravel-jwks/raw/main/.github/laravel-jwks-diagram.png',
repository: 'shipsaas/laravel-jwks',
description: `Manage JSON Web Key Sets (JWKS) for your Laravel applications`,
tags: ['Library', 'Helper'],
},
{
id: 4,
name: 'Ready',
imageSrc: 'https://iili.io/HrPboa1.jpg',
repository: 'shipsaas/ready',
description: `Ready injects completely generic stuff (Countries, Currencies,...) to build your next freaking SaaS products`,
tags: ['Library', 'Scaffolding'],
},
{
id: 6,
name: 'NeverThrow',
Expand Down

0 comments on commit 9569534

Please sign in to comment.