From d7c6fe5695557eb1d4fdc2f37740a5f222b95418 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 1 Feb 2026 15:18:16 +0530 Subject: [PATCH] update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ac0ba41f..5ad13779 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,18 @@ In addition, [Laracasts](https://laracasts.com) contains thousands of video tuto You can also watch bite-sized lessons with real-world projects on [Laravel Learn](https://laravel.com/learn), where you will be guided through building a Laravel application from scratch while learning PHP fundamentals. +## Agentic Development + +Laravel's predictable structure and conventions make it ideal for AI coding agents like Claude Code, Cursor, and GitHub Copilot. Install [Laravel Boost](https://laravel.com/docs/ai) to supercharge your AI workflow: + +```bash +composer require laravel/boost --dev + +php artisan boost:install +``` + +Boost provides your agent 15+ tools and skills that help agents build Laravel applications while following best practices. + ## Contributing Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).