Ali Hassan
Ali Hassan
FFilament
Created by Ali Hassan on 2/18/2025 in #❓┊help
Not be able to show a resource file with same model in different panels.
@awcodes ok. thanks alot for taking your time to answer my query. i'll look into in.
14 replies
FFilament
Created by Ali Hassan on 2/18/2025 in #❓┊help
Not be able to show a resource file with same model in different panels.
@awcodes this is my user model and owner panel provider files
14 replies
FFilament
Created by Ali Hassan on 2/18/2025 in #❓┊help
Not be able to show a resource file with same model in different panels.
i can't share repo. But if there's any specific file you think there can be an issue i can share that file. Hope u understand.
14 replies
FFilament
Created by Ali Hassan on 2/18/2025 in #❓┊help
Not be able to show a resource file with same model in different panels.
for admin side it is working fine
14 replies
FFilament
Created by Ali Hassan on 2/18/2025 in #❓┊help
Not be able to show a resource file with same model in different panels.
currently they doing the same thing. just fetching the data from the users table. issue is that for the owner panel the navigation tab isn't showing
14 replies
FFilament
Created by Ali Hassan on 2/18/2025 in #❓┊help
Not be able to show a resource file with same model in different panels.
mean?
14 replies
FFilament
Created by Ali Hassan on 2/18/2025 in #❓┊help
Not be able to show a resource file with same model in different panels.
i tried with a different name too. By giving a different name to the resource file. But the issue lies with this line of code. protected static ?string $model = User::class; If i use some other model name it shows up. But when i add this model . it don't show up.
14 replies
FFilament
Created by Ali Hassan on 2/18/2025 in #❓┊help
Not be able to show a resource file with same model in different panels.
yes @awcodes One in admin panel and one in owner panel
14 replies
FFilament
Created by Ali Hassan on 1/21/2025 in #❓┊help
How to adjust customize image in rich text editor.
ok thanks alot for taking your time to answer. i'll try it. let you know if i need any more guidance.
5 replies
FFilament
Created by Ali Hassan on 1/21/2025 in #❓┊help
How to adjust customize image in rich text editor.
@Leandro Ferreira try to do this Forms\Components\RichEditor::make('description') ->required() ->columnSpanFull() ->toolbarButtons([ 'bold', 'italic', 'underline', 'strike', 'link', 'heading', 'blockquote', 'bulletList', 'orderedList', 'codeBlock', 'image', ]) ->fileAttachmentsDisk('public')
->fileAttachmentsDirectory('news-events/content') ->extraInputAttributes([ 'style' => ' img { display: block !important; margin-left: auto !important; margin-right: auto !important; } ', ]), but it didn't work out
5 replies