From 9b737df489d7d2ef7e032b48836e4bce2e929128 Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Wed, 22 Oct 2025 22:21:46 +0300 Subject: [PATCH] [12.x] Replace Bootcamp with Laravel Learn (#6692) * Replace Bootcamp with Laravel Learn * Revise text for Laravel Learn section Updated wording for Laravel Learn link in README. * Update Laravel learning resources in README Removed redundancy in Laravel learning resources and added a link to Laravel Learn for guided application building. --------- Co-authored-by: Taylor Otwell --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 75c347a8..0165a773 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,7 @@ Laravel is accessible, powerful, and provides tools required for large, robust a ## Learning Laravel -Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with 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. +Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. You can also check out [Laravel Learn](https://laravel.com/learn), where you will be guided through building a modern Laravel application. If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.