-
Notifications
You must be signed in to change notification settings - Fork 33
Config is no longer serializable after installing this package #11
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
Comments
Having the same issue here. On laravel 8 and moved the faker package to the require key of composer.json too. |
The issue is that the package uses functions in the config file. You cannot cache a file that has logic in it. |
Resolved in #15 |
Hello, i want the solution for this LogicException Your configuration files are not serializable. at vendor\laravel\framework\src\Illuminate\Foundation\Console\ConfigCacheCommand.php:73 1 bootstrap\cache\config.php:635 |
Thanks for such a great package. It works a charm.
However I cannot run
php artisan config:cache
when this is installed, I get this issue:Any tips to overcome this would be greatly appreciated.
Using v1.0.0 on Laravel 7.30.4
The text was updated successfully, but these errors were encountered: