outl1ne / nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.
MIT License
51 stars 36 forks source link

Not able to optimise config cache #29

Closed SimonBarrettACT closed 3 years ago

SimonBarrettACT commented 3 years ago

If the following line is in the config file:

'get_avatar_url' => fn ($user) => $user->getAvatarUrl(),

When running:

php artisan optimize

A Your configuration files are not serializable. error is produced.

This is caused by using a closure in the config file.

Tarpsvo commented 3 years ago

Thanks a ton for the PR! I merged it and released in version 2.0.1. :) Good luck!