-
When I navigate to
How do I resolve this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
tabuna
Feb 18, 2022
Replies: 2 comments
-
Hi @be-studio. This error is because the icons were not defined. 'icons' => [
'orc' => \Orchid\IconPack\Path::getFolder(),
], Don't forget to clear the cache after changing: php artisan config:clear |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
be-studio
-
Thank you @tabuna for the very fast and helpful response. That solved the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @be-studio. This error is because the icons were not defined.
Make sure there is at least one entry in the configuration file, for example:
Don't forget to clear the cache after changing: