Comment #⁨4⁩

In reply to E Emmanuel71

dumped all tables in the waterhole db and then re-ran

php artisan migrate:fresh --seed
php artisan waterhole:install

Must not have paid enough attention the first time when creating the admin user. All test work now so far. Notice though, I had "Model::shouldBeStrict()" on in my AppServiceProvider. It produces an error because some field was not found when I tried to add a post. Had to disable this and then it worked.

At first sight, this package seems awesome! I will continue my local testing and then maybe purchase a license!