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
Describe the bug
The config file will get an issue when running php artisan config:cache
Error:
In ConfigCacheCommand.php line 73:
Your configuration files are not serializable.
In config.php line 14030:
Call to undefined method Closure::__set_state()
You may need to update the config file at this line:
'request_salt' => function () {
return 1234;
},
The text was updated successfully, but these errors were encountered:
Describe the bug
The config file will get an issue when running
php artisan config:cache
Error:
You may need to update the config file at this line:
The text was updated successfully, but these errors were encountered: