-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
[Bug]: trim(): Argument #1 ($string) must be of type string, array given #20
Comments
Hi, please provide a sample repository where you run into this issue. I can't reproduce it and from the screenshots you provided I can't deduct where the error is happening. |
i have the same issue, i just installed the package on a new laravel filamentphp project |
@lutfifirdaus have you found a solution |
@tsalim13 not found yet, I also try install on fresh filament package but still not working... I've been try debugging it but still not found where the problem is... |
@lutfifirdaus i upgraded to laravel 11 and all packages to there latest versions now it' working for me, and php 8.2.13 |
Problem Summary This guide explains how to resolve the issue by cleaning up your /vendor directory, removing old custom Filament views, and republishing the views if necessary. Solution bash Remove the vendor directoryrm -rf vendor Reinstall all dependenciescomposer install bash Remove all Filament-related custom viewsrm -rf resources/views/vendor/filament* Step 3: Re-Publish Filament Views bash Re-publish Filament viewsphp artisan vendor:publish --tag=filament-views --force Step 4: Clear Laravel Cache bash |
What happened?
After i install the package this error appear, I can't find why this error happening, plis help!
https://flareapp.io/share/J7oOAjZ7
How to reproduce the bug
Install recently
Package Version
1.3.0
PHP Version
8.1.25
Laravel Version
10.44
Which operating systems does with happen with?
Windows
Notes
No response
The text was updated successfully, but these errors were encountered: