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
Run following composer command in your root folder
composer dump-autoload