Command php artisan serve for lumen framework
If you want to use Laravel Sail, you just need to install this package and it will work
composer require devgowa/lumen-serve- Register service provider in
boostrap\app.phpwith$app->register(Devgowa\LumenServe\CommandServeServiceProvider::class) - Run
php artisan serve
Just copied from Laravel 8 laravel/framework by @taylorotwell