SQLSTATE[42S01]: Base table or view already exists - Laravel Fix
Base table or view already exists error occur when Laravel Migration is one of the most headache thing for newcomers when they start using migration. Base table or view is a kind of table in mysql. There are two items in database named table or view. If they exists already and you migrated, the problem arises.
Laravel 7 features require PHP 7.2.5
Migration Problem to reproduce