Rootes
Rootes
FFilament
Created by Rootes on 2/14/2024 in #❓┊help
Notifications - Connection refused
Hello, I had the Database Notifications working perfectly two or three weeks ago and I have not idea why now is giving me Connection refused when i send it. I think was the last update but not sure really. Anyone has the same problem or know how to fix it?
2 replies
FFilament
Created by Rootes on 9/26/2023 in #❓┊help
Change Tab Label of RelationManager?
It is possible?
8 replies
FFilament
Created by Rootes on 8/30/2023 in #❓┊help
topbar guest pages.
Hello, I would like to know if is possible to add the topbar in a guest page.
3 replies
FFilament
Created by Rootes on 8/15/2023 in #❓┊help
MorphOne in Forms is not working
I can see it in the Table but not in the Forms
2 replies
FFilament
Created by Rootes on 8/13/2023 in #❓┊help
Do you have any MorphOne in the Filament Demo?
The MorphToSelect works really well but I cannot figure hour the call for the MorphOne. Any suggestions?
3 replies
FFilament
Created by Rootes on 8/11/2023 in #❓┊help
Pages that can be access witout login
Is possible to create a Welcome page before the login that everyone can access?
7 replies
FFilament
Created by Rootes on 8/10/2023 in #❓┊help
Field Repeater, $get and $set
Not sure if I can do this but I am looking to change the Next item depending the from the previews Item and I am not sure how to call them.
->addAction(
function (Set $set, Get $get) {
$set('../ THISITEM /start_at', $get('../ PREVIOUS_ITEM /start_at')->addWeek());
}
)
->addAction(
function (Set $set, Get $get) {
$set('../ THISITEM /start_at', $get('../ PREVIOUS_ITEM /start_at')->addWeek());
}
)
4 replies
FFilament
Created by Rootes on 8/9/2023 in #❓┊help
Radio inline dynamic change.
Not sure if is possible to change the Radio to inline with is a desktop (md , lg... )
3 replies