In ConfigCacheCommand.php line 73:
Your configuration files are not serializable.
In config.php line 13:
Call to undefined method Closure::__set_state()
exit code 1 (General error)
because of a fn() in the config file.
Please provide a solution where config caching (php artisan optimize) is possible.
gives me:
because of a
fn()
in the config file.Please provide a solution where config caching (
php artisan optimize
) is possible.Thanks a lot for this great package!