Mokatchi
Mokatchi
FFilament
Created by razor on 11/21/2024 in #❓┊help
how to change login page background and make the icon bigger
thank you
9 replies
FFilament
Created by razor on 11/21/2024 in #❓┊help
how to change login page background and make the icon bigger
mmmm okay I will try
9 replies
FFilament
Created by razor on 11/21/2024 in #❓┊help
how to change login page background and make the icon bigger
but the css class of the logo is the same in the top sidebar and also in the login form, I really don't know how to do it
9 replies
FFilament
Created by razor on 11/21/2024 in #❓┊help
how to change login page background and make the icon bigger
Hello, did you achieve it?
9 replies
FFilament
Created by Gush on 11/21/2023 in #❓┊help
table layout without removing the column names row?
what about you?
5 replies
FFilament
Created by Gush on 11/21/2023 in #❓┊help
table layout without removing the column names row?
Hello, did you find out how to do it?
5 replies
FFilament
Created by Mokatchi on 1/8/2025 in #❓┊help
How to make stat widget vertical
Okay, I will try to create it and see if it will work this time or not. So can I use it to make the sidebar menu icons bigger?
13 replies
FFilament
Created by Mokatchi on 1/8/2025 in #❓┊help
How to make stat widget vertical
I tried one time to add it but it didn't work, so that's why. And isn't it a big thing to add a custom theme to only do one css thing?
13 replies
FFilament
Created by Mokatchi on 1/8/2025 in #❓┊help
How to make stat widget vertical
is there a way to do it without creating a new theme?
13 replies
FFilament
Created by Mokatchi on 1/8/2025 in #❓┊help
How to make stat widget vertical
I tested it on the navigator and it worked, but I don't know how to apply it on the stats widget code 🥺
13 replies
FFilament
Created by Latif Ali Nurjaman on 1/8/2025 in #❓┊help
ACTION BUG
For me there is no issue. I only want to update the filament and then I got things I mentionned.
14 replies
FFilament
Created by Latif Ali Nurjaman on 1/8/2025 in #❓┊help
ACTION BUG
No description
14 replies
FFilament
Created by Mokatchi on 1/8/2025 in #❓┊help
How to make stat widget vertical
No description
13 replies
FFilament
Created by Mokatchi on 12/17/2024 in #❓┊help
AttachAction in relationManager
->headerActions([
Tables\Actions\AttachAction::make()
->preloadRecordSelect() // Preload the select field values
->recordSelect(fn (Select $select) => $select->placeholder(__('projProgRelations.choosePartner'))) // change the select placeholder text
->extraModalFooterActions([
Tables\Actions\CreateAction::make()
->form([
TextInput::make('organism')
->label(__('projProgRelations.organism'))
->maxLength(255)
->required(),
TextInput::make('name')
->label(__('projProgRelations.agentName')),
TextInput::make('gsm')
->label(__('projProgRelations.agentGsm'))
->tel()
->unique(ignoreRecord:true)
->maxLength(10),
TextInput::make('phone')
->label(__('projProgRelations.organismPhone'))
->tel()
->unique(ignoreRecord:true)
->maxLength(10),
TextInput::make('email')
->label(__('projProgRelations.agentEmail'))
->email()
->maxLength(255)
->unique(ignoreRecord:true),
])
])
])
->headerActions([
Tables\Actions\AttachAction::make()
->preloadRecordSelect() // Preload the select field values
->recordSelect(fn (Select $select) => $select->placeholder(__('projProgRelations.choosePartner'))) // change the select placeholder text
->extraModalFooterActions([
Tables\Actions\CreateAction::make()
->form([
TextInput::make('organism')
->label(__('projProgRelations.organism'))
->maxLength(255)
->required(),
TextInput::make('name')
->label(__('projProgRelations.agentName')),
TextInput::make('gsm')
->label(__('projProgRelations.agentGsm'))
->tel()
->unique(ignoreRecord:true)
->maxLength(10),
TextInput::make('phone')
->label(__('projProgRelations.organismPhone'))
->tel()
->unique(ignoreRecord:true)
->maxLength(10),
TextInput::make('email')
->label(__('projProgRelations.agentEmail'))
->email()
->maxLength(255)
->unique(ignoreRecord:true),
])
])
])
21 replies
FFilament
Created by Mokatchi on 12/17/2024 in #❓┊help
AttachAction in relationManager
@toeknee ​ Here is the final solution : You can acheive it without the ->form(....) but if you want to control the creation form, it's good to use it.
21 replies
FFilament
Created by Mokatchi on 12/17/2024 in #❓┊help
AttachAction in relationManager
do you mean to place form( .... ) by fillForm(....)?
21 replies
FFilament
Created by Mokatchi on 12/17/2024 in #❓┊help
AttachAction in relationManager
I tried to dd the data in the action function but nothing showed up, and I also tried to log some text there, but nothing logged.
21 replies
FFilament
Created by Mokatchi on 12/17/2024 in #❓┊help
AttachAction in relationManager
I didn't get any result on the docs about this method
21 replies