Apply database migrations
Use Alembic for migrations
Create a new Laravel project
Run database migrations
php artisan migrate
Run all pending migrations
Rollback last migration
php artisan migrate:rollback
Drop all tables and re-run migrations
php artisan migrate:fresh
Serve the Laravel application
Generate various Laravel components
Interactive Laravel shell