Check what php artisan migrate will execute

Checking which migrations will be executed without running them.

A really handy option for Laravel php artisan migrate command is --pretend. This options forced CLI to show what migrations will be executed without running them. So if you are not sure about your migrations they are going to run then