From 3727b330001bb4d3c5e7c4c7d6259d81988bdc6e Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 10 Dec 2024 10:23:42 +0500 Subject: [PATCH] Add PHP roadmap references --- readme.md | 1 + src/components/Roadmaps/RoadmapsPage.tsx | 6 ++++++ src/data/roadmaps/php/php.md | 4 ++-- src/pages/get-started.astro | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b31724ec2..6742711a2 100644 --- a/readme.md +++ b/readme.md @@ -62,6 +62,7 @@ Here is the list of available roadmaps with more being actively worked upon. - [Vue Roadmap](https://roadmap.sh/vue) - [Angular Roadmap](https://roadmap.sh/angular) - [Node.js Roadmap](https://roadmap.sh/nodejs) +- [PHP Roadmap](https://roadmap.sh/php) - [GraphQL Roadmap](https://roadmap.sh/graphql) - [Android Roadmap](https://roadmap.sh/android) - [iOS Roadmap](https://roadmap.sh/ios) diff --git a/src/components/Roadmaps/RoadmapsPage.tsx b/src/components/Roadmaps/RoadmapsPage.tsx index 347efc652..defe3e3e8 100644 --- a/src/components/Roadmaps/RoadmapsPage.tsx +++ b/src/components/Roadmaps/RoadmapsPage.tsx @@ -168,6 +168,12 @@ const groups: GroupType[] = [ type: 'skill', otherGroups: ['Web Development', 'DevOps'], }, + { + title: 'PHP', + link: '/php', + type: 'skill', + otherGroups: ['Web Development', 'DevOps'], + }, { title: 'C++', link: '/cpp', diff --git a/src/data/roadmaps/php/php.md b/src/data/roadmaps/php/php.md index f4a79aa81..c23b63a28 100644 --- a/src/data/roadmaps/php/php.md +++ b/src/data/roadmaps/php/php.md @@ -16,8 +16,8 @@ schema: headline: 'PHP Roadmap' description: 'Learn how to use PHP with this interactive step by step guide in 2024. We also have resources and short descriptions attached to the roadmap items so you can get everything you want to learn in one place.' imageUrl: 'https://roadmap.sh/roadmaps/php.png' - datePublished: '2023-11-29' - dateModified: '2023-11-29' + datePublished: '2024-12-10' + dateModified: '2024-12-10' seo: title: 'PHP Roadmap - roadmap.sh' description: 'Step by step guide to learn PHP in 2024. We also have resources and short descriptions attached to the roadmap items so you can get everything you want to learn in one place.' diff --git a/src/pages/get-started.astro b/src/pages/get-started.astro index 04973281d..4ec910f7f 100644 --- a/src/pages/get-started.astro +++ b/src/pages/get-started.astro @@ -241,6 +241,7 @@ import { TipItem } from '../components/GetStarted/TipItem';