Add laravel roadmap assets and dir

This commit is contained in:
Kamran Ahmed
2025-11-04 16:59:43 +05:00
parent a3f3615405
commit 82f13fb209
5 changed files with 9 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
"enabled": false
},
"_variables": {
"lastUpdateCheck": 1758909687006
"lastUpdateCheck": 1762257454897
}
}

Binary file not shown.

BIN
public/roadmaps/laravel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 KiB

View File

@@ -73,6 +73,7 @@ Here is the list of available roadmaps with more being actively worked upon.
- [GraphQL Roadmap](https://roadmap.sh/graphql)
- [Android Roadmap](https://roadmap.sh/android)
- [iOS Roadmap](https://roadmap.sh/ios)
- [Swift/Swift UI Roadmap](https://roadmap.sh/swift-ui)
- [Flutter Roadmap](https://roadmap.sh/flutter)
- [Go Roadmap](https://roadmap.sh/golang)
- [Rust Roadmap](https://roadmap.sh/rust)
@@ -96,6 +97,7 @@ Here is the list of available roadmaps with more being actively worked upon.
- [DevRel Engineer Roadmap](https://roadmap.sh/devrel)
- [AI Red Teaming Roadmap](https://roadmap.sh/ai-red-teaming)
- [AI Agents Roadmap](https://roadmap.sh/ai-agents)
- [Bash/Shell Roadmap](https://roadmap.sh/shell-bash)
There are also interactive best practices:

View File

@@ -169,6 +169,12 @@ const groups: GroupType[] = [
type: 'skill',
otherGroups: ['Web Development'],
},
{
title: 'Laravel',
link: '/laravel',
type: 'skill',
otherGroups: ['Web Development'],
},
],
},
{