Q. Which Laravel command creates a migration? (A) php artisan make:model (B) php artisan make:migration (C) php artisan migrate (D) php artisan db:migrate ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) php artisan make:migration Explanation: Creates a migration file.