Serve the application
Create a new Laravel project
Generate various Laravel components
Serve the Laravel application
php artisan serve
Serve on localhost:8000
Serve on specific host and port
php artisan serve --host=0.0.0.0 --port=8080
Interactive Laravel shell
Run database migrations
Create basic FastAPI app