vi-kon / laravel-wiki

Wiki Engine for Laravel 5, based on Markdown syntax
MIT License
24 stars 9 forks source link

Duplicate CreateUsersTable (with Laravel's default) #5

Open amenk opened 7 years ago

amenk commented 7 years ago

I am using Laravel 5.3 which brings the CreateUsersTable table in the stock install. When trying to migrate, I get a Exception

 Cannot redeclare class CreateUsersTable                  

When I delete the one Laravel brings, migrating works.

Should it just be added to the install documentation? Or the bettey wiki extend the already existing user table?

amenk commented 7 years ago

might be invalid because I am not using 5.3 .. just wanted you to know