From 824a2b0c2cdf8c39f9ea3a43f3f6de755b644770 Mon Sep 17 00:00:00 2001 From: Julius Kiekbusch Date: Fri, 16 Sep 2022 16:16:51 +0200 Subject: [PATCH] [9.x] Add Laravel Bootcamp to Learning Laravel (#44163) * Add Laravel Bootcamp to Learning Laravel * Update README.md Co-authored-by: Taylor Otwell --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e9702b3a98c..df935e86ac3f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Laravel is accessible, yet powerful, providing tools needed for large, robust ap Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The [Laravel documentation](https://laravel.com/docs) is in-depth and complete, making it a breeze to get started learning the framework. +You may also try the [Laravel Bootcamp](https://bootcamp.laravel.com), where you will be guided through building a modern Laravel application from scratch. + If you're not in the mood to read, [Laracasts](https://laracasts.com) contains over 1100 video tutorials covering a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library. ## Contributing