I just installed the latest version of Laravel and tried to run the following command from my Git Bash:
php artisan migrate:make create_users_table --table=users
Laravel needs the PHP version 5.5.9. If you have some lower version, you may not get anything executed and it may not throw any error based on you settings.