1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

Add PHP roadmap references

This commit is contained in:
Kamran Ahmed
2024-12-10 10:23:42 +05:00
parent fd97b2810e
commit 3727b33000
4 changed files with 10 additions and 2 deletions

View File

@@ -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)

View File

@@ -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',

View File

@@ -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.'

View File

@@ -241,6 +241,7 @@ import { TipItem } from '../components/GetStarted/TipItem';
<RoadmapMultiCard
roadmaps={[
{ title: 'Node.js', link: '/nodejs' },
{ title: 'PHP', link: '/php' },
{ title: 'Rust', link: '/rust' },
{ title: 'Go', link: '/golang' },
{ title: 'Python', link: '/python' },