Quiz on Laravel Migrations
Test your knowledge of Laravel migrations by taking a quiz.
We'll cover the following...
Laravel Migrations Basics Quiz
1
How do we run migrations in Laravel?
A)
php artisan migrate
B)
php artisan migrate:run
C)
php artisan migrates
D)
php artisan migration
Question 1 of 50 attempted