adamwathan / eloquent-oauth

Braindead simple social login with Laravel and Eloquent.
370 stars 44 forks source link

migration error #53

Closed udhaya08 closed 9 years ago

udhaya08 commented 9 years ago

When I'm using php artisan migrate it showing migration table created successfully along with this error "cannot redeclare class CreateOauthIdentitiesTable" someone help me to resolve this error...

adamwathan commented 9 years ago

Bummer! What version of Laravel are you using? Any chance there are two copies of the migration in the migrations folder?