I had a problem with laravel. I was doing a project to make a book management app, so i went out to take a short break and come back to it. When i tried to run the project again it gave me an errorsaying "Base table or view not found: 1932 Table doesn't exist"
Also there's seems to be a problem with my phpmyadmin database which shows collation in use phpmyadmin database
I have search it up, and found that i can fix my probelm by runningphp artisan config:cache
but there's another problem where everytime i run php artisan command, the same error shows up. error running php artisan migrate:fresh.
error running php artisan config:cache