Matthew
Matthew
FFilament
Created by jjo63 on 4/14/2025 in #❓┊help
Odd styling difference dev vs prod
So only do it if you know what you are doing
10 replies
FFilament
Created by jjo63 on 4/14/2025 in #❓┊help
Odd styling difference dev vs prod
It is generally not reccomended to publish filament views because things can break sometimes
10 replies
FFilament
Created by jjo63 on 4/14/2025 in #❓┊help
Odd styling difference dev vs prod
yeah then it was a published view issue. Things usually change in the UI and break, but if you pucblish the views, then filament will use the published views and NOT the newest views from github.
10 replies
FFilament
Created by jjo63 on 4/14/2025 in #❓┊help
Odd styling difference dev vs prod
Hmm, could be: 1) You need to run npm run build 2) You need to remove published views
10 replies
FFilament
Created by JuanKor on 4/10/2025 in #❓┊help
how to solve can't fileupload when hosting i got error 401
Share it
20 replies
FFilament
Created by JuanKor on 4/10/2025 in #❓┊help
how to solve can't fileupload when hosting i got error 401
wdym yes?
20 replies
FFilament
Created by JuanKor on 4/10/2025 in #❓┊help
how to solve can't fileupload when hosting i got error 401
Also 2)?
20 replies
FFilament
Created by JuanKor on 4/10/2025 in #❓┊help
how to solve can't fileupload when hosting i got error 401
After you open dev tools you need to refresh for it to show something
20 replies
FFilament
Created by JuanKor on 4/10/2025 in #❓┊help
how to solve can't fileupload when hosting i got error 401
Is there any console log in your browser?
20 replies
FFilament
Created by JuanKor on 4/10/2025 in #❓┊help
how to solve can't fileupload when hosting i got error 401
how do you mean doesnt support symlink?
20 replies
FFilament
Created by JuanKor on 4/10/2025 in #❓┊help
how to solve can't fileupload when hosting i got error 401
Could be one of these issues: 1) You havent linked the storage php artisan storage:link 2) Since you are hosting, check the .env file. You dont need a port in APP_URL
20 replies
FFilament
Created by JuanKor on 4/10/2025 in #❓┊help
how to solve can't fileupload when hosting i got error 401
console logs?
20 replies
FFilament
Created by JuanKor on 4/10/2025 in #❓┊help
how to solve can't fileupload when hosting i got error 401
The whole error, not just the code
20 replies
FFilament
Created by JuanKor on 4/10/2025 in #❓┊help
how to solve can't fileupload when hosting i got error 401
Can you share the error?
20 replies
FFilament
Created by iwa on 4/10/2025 in #❓┊help
mailparse extension issue
I havent tested it, but it should work
11 replies
FFilament
Created by iwa on 4/10/2025 in #❓┊help
mailparse extension issue
This one requires PHP Version: PHP 7.3.0 or newer
11 replies
FFilament
Created by iwa on 4/10/2025 in #❓┊help
mailparse extension issue
It should. API version 20210902 is for PHP 7.4
11 replies
FFilament
Created by iwa on 4/10/2025 in #❓┊help
mailparse extension issue
11 replies
FFilament
Created by iwa on 4/10/2025 in #❓┊help
mailparse extension issue
Are you on windows, linux, macos?
11 replies
FFilament
Created by czehnter on 4/8/2025 in #❓┊help
Populate the FileUpload Field with uploaded image on EditProfile page
If you are using a public disk, you need to run php artisan storage:link
5 replies