|
@@ -60,6 +60,7 @@
|
|
|
* [NoSQL](#nosql)
|
|
* [NoSQL](#nosql)
|
|
|
* [Perl](#perl)
|
|
* [Perl](#perl)
|
|
|
* [PHP](#php)
|
|
* [PHP](#php)
|
|
|
|
|
+ * [Laravel](#laravel)
|
|
|
* [Symfony](#symfony)
|
|
* [Symfony](#symfony)
|
|
|
* [PostgreSQL](#postgresql)
|
|
* [PostgreSQL](#postgresql)
|
|
|
* [Python](#python)
|
|
* [Python](#python)
|
|
@@ -417,6 +418,7 @@
|
|
|
|
|
|
|
|
### HTML / CSS
|
|
### HTML / CSS
|
|
|
|
|
|
|
|
|
|
+* [Bootstrap 4 繁體中文手冊](https://bootstrap.hexschool.com) - 六角學院
|
|
|
* [CSS3 Tutorial 《CSS3 教程》](https://github.com/waylau/css3-tutorial)
|
|
* [CSS3 Tutorial 《CSS3 教程》](https://github.com/waylau/css3-tutorial)
|
|
|
* [CSS参考手册](http://css.doyoe.com)
|
|
* [CSS参考手册](http://css.doyoe.com)
|
|
|
* [Emmet 文档](http://yanxyz.github.io/emmet-docs/)
|
|
* [Emmet 文档](http://yanxyz.github.io/emmet-docs/)
|
|
@@ -608,18 +610,25 @@
|
|
|
### PHP
|
|
### PHP
|
|
|
|
|
|
|
|
* [Composer中文文档](http://docs.phpcomposer.com)
|
|
* [Composer中文文档](http://docs.phpcomposer.com)
|
|
|
-* [Laravel5.4中文文档](http://d.laravel-china.org/docs/5.4)
|
|
|
|
|
* [Phalcon7中文文档](http://www.myleftstudio.com)
|
|
* [Phalcon7中文文档](http://www.myleftstudio.com)
|
|
|
* [PHP 之道](http://wulijun.github.io/php-the-right-way/)
|
|
* [PHP 之道](http://wulijun.github.io/php-the-right-way/)
|
|
|
* [PHP中文手册](http://php.net/manual/zh/)
|
|
* [PHP中文手册](http://php.net/manual/zh/)
|
|
|
* [PHP标准规范中文版](https://psr.phphub.org)
|
|
* [PHP标准规范中文版](https://psr.phphub.org)
|
|
|
-* [Symfony2 实例教程](https://wusuopu.gitbooks.io/symfony2_tutorial/content)
|
|
|
|
|
* [Yii2中文文档](http://www.yiichina.com/doc/guide/2.0)
|
|
* [Yii2中文文档](http://www.yiichina.com/doc/guide/2.0)
|
|
|
* [深入理解 PHP 内核](http://www.php-internals.com/book/)
|
|
* [深入理解 PHP 内核](http://www.php-internals.com/book/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+#### Laravel
|
|
|
|
|
+
|
|
|
|
|
+* [Laravel 5.4 中文文档](http://d.laravel-china.org/docs/5.4)
|
|
|
|
|
+* [Laravel 6 中文文档](https://learnku.com/docs/laravel/6.x)
|
|
|
|
|
+* [Laravel 7 中文文档](https://learnku.com/docs/laravel/7.x)
|
|
|
|
|
+* [Laravel 8 中文文档](https://learnku.com/docs/laravel/8.x)
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
#### Symfony
|
|
#### Symfony
|
|
|
|
|
|
|
|
|
|
+* [Symfony 2 实例教程](https://wusuopu.gitbooks.io/symfony2_tutorial/content)
|
|
|
* [Symfony 5 快速开发](https://symfony.com/doc/5.0/the-fast-track/zh_CN/index.html)
|
|
* [Symfony 5 快速开发](https://symfony.com/doc/5.0/the-fast-track/zh_CN/index.html)
|
|
|
|
|
|
|
|
|
|
|