Read the error, it seems that a users table already exists.Check your database.
Btw, what does the down() function in your migration look like?
Hello Dean,
The database has currently NO tables at all.
And the down() function:
public function down()
{
Schema::drop('users');
}
maybe there is a view with the same name...
tamirh67 the whole database is empty and doesn't have views or tables.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community