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
This commit is contained in:
justbyitself 2024-03-10 18:45:57 +01:00 committed by GitHub
parent a3d2710f7c
commit e342633f03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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.