Closed StrangerGithuber closed 3 years ago
I have a same issue i run php artisan migrate And I got this message: "Nothing to migrate."
php artisan vendor:publish and then select Provider: Lukeraymonddowning\Honey\Providers\HoneyServiceProvider that will publish the migration files
I'm going to close this issue, but feel free to reopen it if its still a problem. I can't reproduce on my end.
Hello I am using laravel 8.20.1 version and I have problem with this package. I am using the livewire (well learning) and I followed the steps in the documentation but the migration is doesn't work.
I just did:
And I get to the last command this message: "Nothing to migrate."
I tried to copy the migration spammer file to the main migration folder too but then I got many errors because "config('honey.spammer_blocking.table_name')" part is null for the laravel.
Exact error:
What I should do?
Update: I tried to insert data with seeder to the spammers table after created manually:
Error:
As if the config file is not working.