You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using Laravel 7 and when I run php artisan config:cache command I get the following error:
In ConfigCacheCommand.php line 71:
Your configuration files are not serializable.
In config.php line 660:
Call to undefined method Opis\Closure\SerializableClosure::__set_state()
I believe this is coming from your package.
After looking on the net, most answers point to this solution. 1) Delete the file bootstrap/cache/config.php
But this file doesn't exist in my project so I can't delete it.
Any idea how to fix this?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using Laravel 7 and when I run
php artisan config:cache
command I get the following error:I believe this is coming from your package.
After looking on the net, most answers point to this solution.
1) Delete the file bootstrap/cache/config.php
But this file doesn't exist in my project so I can't delete it.
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: