Class Arr is not found #141
Replies: 2 comments
-
The I guess it wouldn't hurt to use the full class name in Peek views. Feel free to send a PR if you have some time. More info: https://github.com/laravel/framework/blob/11.x/config/app.php#L186 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed in https://github.com/pboivin/filament-peek/releases/tag/v2.2.11 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I looked everywhere in my project to see where I was using this class and I couldn't find any class or view where I was missing an Arr import. I don't really remember if I changed any line that indirectly had to do with the error.
So I went to
vendor / pboivin / filament-peek / resources / views / preview-modal.blade.php
and put these lines at the top:This peek file seems to be the only place where it is used and my problem disappeared once i imported it there. I don't think it's the best way to solve this but for now this fixes it, my question is how to really solve this?
The error I get is simply a class that is not found and it asks me to import it but as I mentioned before I can't find a file where Arr is being used. I would really appreciate your answers.
I am using versions : * v2.2.10
Beta Was this translation helpful? Give feedback.
All reactions