Documentation for the framework can be found on the Lumen website.
Middleware documentation
Routing documentation
Controllers documentation
php artisan migrate
php artisan make:migration create_{table_name}_table
php -S localhost:8000 public/index.php
to publish configs (config/swagger-lume.php)
php artisan swagger-lume:publish-config
Make configuration changes if needed, to publish everything
php artisan swagger:generate
php artisan swagger-lume:publish