From 69b26578d2f15595ea901278434b74df459c4329 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 26 Feb 2022 10:50:42 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f642e54a..986bebb6 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching. +> **Note:** In the years since releasing Lumen, PHP has made a variety of wonderful performance improvements. For this reason, along with the availability of [Laravel Octane](https://laravel.com/docs/octane), we no longer recommend that you begin new projects with Lumen. Instead, we recommend always beginning new projects with [Laravel](https://laravel.com). + ## Official Documentation Documentation for the framework can be found on the [Lumen website](https://lumen.laravel.com/docs).