RunAway
Notifications Table not found
@jacquesvanwyk
AdminPanelProvider.php
has databaseNotifications()
method. So if you want to have database notifications, you should keep it and check official Laravel documentation to migrate notification table: https://laravel.com/docs/10.x/notifications#database-prerequisites
php artisan notifications:table
php artisan migrate
5 replies