Create a new Laravel project
Serve the Laravel application
Interactive Laravel shell
Generate various Laravel components
php artisan make:controller UserController
Generate controller
Generate model with migration
php artisan make:model User -m
Generate middleware
php artisan make:middleware AuthMiddleware
Generate Angular components, services, etc.
Run database migrations
Generate descriptive statistics of numeric columns