Laravel 5.5 Error Base table or view already exists: 1050 Table 'users' already exists
Specifications:
- Laravel Version: 5.5.3
- PHP Version: 7.1
- Database Driver & Version: MariaDB 10.1.26
-
2020-11-30 10:56
Solution:
- Go on database -> phpmyadmin if you are on localhost
- Delete everything on database that you created
- On cmd run
php artisan migrate