Update free-programming-interactive-tutorials-en.md (#9057)

* Update free-programming-books-langs.md

Add Laravel Bootcamp, official guide from Laravel team.

* move item to interactive tutorials

* Update more/free-programming-interactive-tutorials-en.md

Co-authored-by: Eric Hellman <eric@hellman.net>
pull/9209/head
Mawad 2022-11-16 04:37:45 +08:00 committed by GitHub
parent dfa0f16393
commit 4b46c8aae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,7 @@
* [Objective-C](#objective-c)
* [Ocaml](#ocaml)
* [PHP](#php)
* [Laravel](#laravel)
* [PostgreSQL](#postgresql)
* [Python](#python)
* [Jupyter](#jupyter)
@ -339,6 +340,11 @@
* [PHP tutorial](https://www.w3schools.com/php) - W3Schools
#### Laravel
* [Learn the PHP Framework for Web Artisans](http://bootcamp.laravel.com) - Laravel Team
### PostgreSQL
* [PostgreSQL Tutorial](https://www.postgresqltutorial.com)