lukeraymonddowning / honey

A spam prevention package for Laravel, providing honeypot techniques, ip blocking and beautifully simple Recaptcha integration. Stop spam. Use Honey.
MIT License
398 stars 23 forks source link

Add `down()` method in spammers migration file #35

Closed marcreichel closed 3 years ago

marcreichel commented 3 years ago

For example when running migrations in Dusk tests the migrations get purged after the tests and leaving the spammers table behind because of the missing down() method. The migrations database table does not keep track of that and therefore running php artisan migrate fails because the spammers table already exists.

marcreichel commented 3 years ago

@lukeraymonddowning Friendly reminder to look into this :)

lukeraymonddowning commented 3 years ago

Will merge later when at computer. Thanks for the reminder 👍