Add PHP roadmap references

pull/7863/head
Kamran Ahmed 2 months ago
parent fd97b2810e
commit 3727b33000
  1. 1
      readme.md
  2. 6
      src/components/Roadmaps/RoadmapsPage.tsx
  3. 4
      src/data/roadmaps/php/php.md
  4. 1
      src/pages/get-started.astro

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

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

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

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

Loading…
Cancel
Save