Skip to content

Commit e3ed7a5

Browse files
committed
add 开发 语言 PHP
1 parent ae10cd5 commit e3ed7a5

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# PHP
2+
3+
:::info
4+
一种流行的通用脚本语言,特别适合于 Web 开发。
5+
快速,灵活和实用,PHP 支持从您的博客到世界上最受欢迎的网站的所有内容。
6+
7+
[官方网站](https://www.php.net/)
8+
| [手册](https://www.php.net/manual/zh/)
9+
:::
10+
11+
## Composer
12+
13+
Composer 是 PHP 的依赖管理器。
14+
15+
[官方网站](https://getcomposer.org/)
16+
| [Packagist 查找包](https://packagist.org/)
17+
18+
## 框架
19+
20+
### Laravel
21+
22+
- [官方网站](https://laravel.com/)
23+
- [中文网](https://www.golaravel.com/)
24+
- [Laravel 5.8 中文文档](https://learnku.com/docs/laravel/5.8)
25+
26+
### Yii
27+
28+
- [Yii PHP Framework](https://www.yiiframework.com/)
29+
30+
### ThinkPHP
31+
32+
- [官方网站](https://www.thinkphp.cn/)
33+
- [Yii 2.0 权威指南](https://www.yiiframework.com/doc/guide/2.0/zh-cn)

src/components/DevelopIndex.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ export function DevelopLanguageIndex() {
66
return Index([
77
{icon: "kotlin.svg", title: "Kotlin", text: "简洁、跨平台、有趣", href: "/docs/开发/语言/Kotlin/"},
88
{icon: "java.svg", title: "Java", text: "跨平台、面向对象、泛型编程", href: "/docs/开发/语言/Java/"},
9-
{icon: "dart.svg", title: "Dart", text: "为全平台构建快速应用的客户端优化", href: "/docs/开发/语言/Dart/"},
109
{icon: "python.svg", title: "Python", text: "解释型、高级通用编程语言", href: "/docs/开发/语言/Python/"},
1110
{icon: "rust.svg", title: "Rust", text: "通用、编译型、安全、并发、实用", href: "/docs/开发/语言/Rust/"},
11+
{icon: "dart.svg", title: "Dart", text: "为全平台构建快速应用的客户端优化", href: "/docs/开发/语言/Dart/"},
1212
{icon: "ruby.svg", title: "Ruby", text: "开源的动态编程语言,注重简洁和效率", href: "/docs/开发/语言/Ruby/"},
13+
{icon: "php.svg", title: "PHP", text: "开源服务器脚本语言,适用于 Web 开发", href: "/docs/开发/语言/PHP/"},
1314
])
1415
}
1516

static/icons/php.svg

Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)