I'm stuck in a Laravel project, I've been using laravel a lot of years and never happened this.
I'm using Vagrant (as always) and only happens this with PHP 8, with other projects with php 7.X doesn't happen.
The USER and GROUP permisions are OK as always. I Ran chmod -R 777 storage and bootstrap/cache a lot of times.
I ran all cache:clear.
I don't know why it's happening this.
Anyone had problems with Laravel and PHP 8?
Thanks!
