I'm running a Laravel 9 project and everything was working fine. I was trying to get a migration i created to migrate into my data base and as i run the command:
- php artisan migrate
- i get the following error: C:\xampp\htdocs\panou_admin_laravel\bootstrap\cache directory must be present and writable.
Now i can't even use php artisan serve anymore to start a server.
My question is what did i do to make it have this error that is didn't have before and how can i fix it?
I tried php artisan cache:clear and i get the same error