IamJohnDev
IamJohnDev
FFilament
Created by Sujay Barma on 9/22/2024 in #❓┊help
The Popup form closes
No description
5 replies
FFilament
Created by agaitan026 on 9/21/2024 in #❓┊help
dashboard widget looks weird
just downgrade the version of your filament to 3.2 on your composer.json then run composer update
18 replies
FFilament
Created by agaitan026 on 9/21/2024 in #❓┊help
dashboard widget looks weird
im using both apex charts and default charts by filament
18 replies
FFilament
Created by agaitan026 on 9/21/2024 in #❓┊help
dashboard widget looks weird
No description
18 replies
FFilament
Created by agaitan026 on 9/21/2024 in #❓┊help
dashboard widget looks weird
No description
18 replies
FFilament
Created by agaitan026 on 9/21/2024 in #❓┊help
dashboard widget looks weird
I just update right now and I think that's a bug after updating and optimizing maybe we just need to downgrade to a specific version as of now.
18 replies
FFilament
Created by GoneBallistic on 8/10/2024 in #❓┊help
Image Column relationship separate alt/title tags
2 replies
FFilament
Created by Cushty on 8/6/2024 in #❓┊help
on table builder select parent child
You can use this plugin for that I think and watch this video from Povilas Tutorial Link: https://www.youtube.com/watch?v=jj9djnHOFTk&ab_channel=FilamentDaily Plugin Link: https://filamentphp.com/plugins/codewithdennis-select-tree
3 replies
FFilament
Created by jjo63 on 8/6/2024 in #❓┊help
Hide Resources from Panel
Hi, I think you need a Role / Permission for this to hide a resource from the user by their role or you can add this line of code inside your Resource
protected static bool $shouldRegisterNavigation = false;
protected static bool $shouldRegisterNavigation = false;
and if you want to use the Role / Permission based for it you can try to use this plugin https://filamentphp.com/plugins/bezhansalleh-shield
4 replies
FFilament
Created by Sidji on 6/13/2024 in #❓┊help
Shared panel session
Did you try to use the canUsePanel() from User model?
6 replies
FFilament
Created by Aminne on 6/19/2024 in #❓┊help
Remove the item selected in another select
3 replies
FFilament
Created by Enas on 5/27/2024 in #❓┊help
Image not show in view and edit form
go to your .env then change ng APP_URL if you're using custom hosts / url you should need to change it the APP_URL
7 replies
FFilament
Created by S3UD on 4/26/2024 in #❓┊help
View Uploaded PDF File
if you're using Modals to view the PDF files try this
2 replies
FFilament
Created by JJ on 1/15/2024 in #❓┊help
Display the PDF uploaded in filament
use HtmlString
3 replies
FFilament
Created by IamJohnDev on 5/21/2024 in #❓┊help
Set the Time Array to Option Select
Thank you so much, Sir Povilas, for this code snippet from your tutorial. I forgot that you have a tutorial with the same implementation that I need, even though I watched it a few months ago.
7 replies
FFilament
Created by IamJohnDev on 5/21/2024 in #❓┊help
Set the Time Array to Option Select
No description
7 replies
FFilament
Created by IamJohnDev on 3/26/2024 in #❓┊help
Dependant Select (Showing the ID on the options)
I'll check on this, Thank you for the response 🙂
4 replies
FFilament
Created by bathishig on 3/24/2024 in #❓┊help
Image upload
try to run php artisan storage:link
28 replies
FFilament
Created by bathishig on 3/24/2024 in #❓┊help
Image upload
change the APP_URL
28 replies
FFilament
Created by Deezy on 2/11/2024 in #❓┊help
Getting Started with Filament
8 replies