Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The config file will get an issue when running php artisan config:cache #212

Open
dungnh opened this issue Dec 23, 2024 · 1 comment
Open

Comments

@dungnh
Copy link

dungnh commented Dec 23, 2024

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;
    },
@mehdi-fathi
Copy link
Owner

@dungnh

Thanks for sharing the bug. It Fixed. Please run composer update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants