From e342633f033f7b8e897782f81039a3e7a396028b Mon Sep 17 00:00:00 2001 From: justbyitself <160424955+justbyitself@users.noreply.github.com> Date: Sun, 10 Mar 2024 18:45:57 +0100 Subject: [PATCH] Remove Lumen micro framework Official documentation says: "we no longer recommend that you begin new projects with Lumen". https://lumen.laravel.com/docs/10.x#installation --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 32041cc..98243bd 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Micro frameworks and routers.* * [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications. -* [Lumen](https://lumen.laravel.com/) - A micro-framework by Laravel. * [Mezzio](https://getexpressive.org/) - A micro-framework by Laminas. * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP. * [Silly](https://github.com/mnapoli/silly) - A micro-framework for CLI applications.