Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create php.json #2115

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export const sidebarData: ISidebar[] = [
{ name: 'Rust', url: '/rust', resources: DB.Rust },
{ name: 'Dart', url: '/dart', resources: DB.dart },
{ name: 'Solidity', url: '/solidity', resources: DB.solidity },
{ name: 'PHP', url: '/php', resources: DB.php },
],
},
{
Expand Down
1 change: 1 addition & 0 deletions database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export { default as java } from './languages/java.json'
export { default as cpp } from './languages/cpp.json'
export { default as dart } from './languages/dart.json'
export { default as solidity } from './languages/solidity.json'
export { default as php } from './languages/php.json'
//internet of things
export { default as coursera } from './internet_of_things/coursera.json'
export { default as raspberrypi } from './internet_of_things/raspberrypi.json'
Expand Down
22 changes: 22 additions & 0 deletions database/languages/php.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"name": "PHP Programming Language Tutorial - Full Course",
"description": "Learn the PHP programming language in this full course / tutorial. The course is designed for new programmers, and will introduce common programming topics using the PHP language.",
"url": "https://www.youtube.com/watch?v=OK_JCtrrv-c",
"category": "languages",
"subcategory": "php-programming"
},
{
"name": "PHP For Beginners",
"description": "Your first step in learning PHP. We will go over all of the fundamentals and create a small PHP/MySQL project.",
"url": "https://www.youtube.com/watch?v=BUCiSSyIGGU",
"category": "languages",
"subcategory": "php-programming"
},
{
"name": "Php Tutorial for Beginners in Hindi with MySQL Project",
"url": "https://www.youtube.com/watch?v=1SnPKhCdlsU",
"category": "languages",
"subcategory": "php-programming"
}
]
Loading