Please. Does anybody know why Lumen\'s team removed the command php artisan serve? That command was very helpful !.
There is a lot simple solution that i had tried. You can simply use php composer package flipbox/lumen-generator with the following command.
composer require flipbox/lumen-generator
Then register this package in your app/bootstrap.php file as
$app->register(Flipbox\LumenGenerator\LumenGeneratorServiceProvider::class);
Thats all! You can use php artisan commands to make resources (controller, models) and **
you can also use the php artisan serve command