From 4b46c8aae635fd30e3567cb7855eed6899958be5 Mon Sep 17 00:00:00 2001 From: Mawad <114977231+mawad28@users.noreply.github.com> Date: Wed, 16 Nov 2022 04:37:45 +0800 Subject: [PATCH] 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 --- more/free-programming-interactive-tutorials-en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index 30ca3920d..6fc66fe26 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -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)