Please read [How do I ask a good question?](http://stackoverflow.com/help/how-to-ask) before attempting to ask more questions.
– May 10 '17 at 18:50
2
Possible duplicate of [Laravel won't let me migrate a table because it already exists](http://stackoverflow.com/questions/43186512/laravel-wont-let-me-migrate-a-table-because-it-already-exists)
– May 10 '17 at 18:50
Possible duplicate of [Laravel 5.5 Error Base table or view already exists: 1050 Table 'users' already exists](https://stackoverflow.com/questions/46129270/laravel-5-5-error-base-table-or-view-already-exists-1050-table-users-already)
– Nitesh Kumar NiranjanSep 14 '17 at 01:18
1 Answers1
1
drop the database then create the database again before migrating.