justgkp
justgkp
Explore posts from servers
FFilament
Created by justgkp on 9/15/2023 in #❓┊help
Bug: CSS not working properly after the latest update
After the latest update CSS not working properly. Till last update there wasn't any issue.
5 replies
FFilament
Created by justgkp on 8/30/2023 in #❓┊help
403 Forbidden! Access to this resource on the server is denied!
No description
4 replies
FFilament
Created by justgkp on 8/22/2023 in #❓┊help
Dynamic fields based on a select option won't working adding extra Grid or Section
I was trying to add an extra Grid inside select option. It is not working as expected. Without Grid or Section it's working. Please fix it. Grid::make(2) ->schema(fn (Get $get): array => match ($get('type')) { 'employee' => [ //NOT RESPONDING AFTER ADDING AN EXTRA GRID Grid::make() ->schema([ TextInput::make('employee_number') ->required(), FileUpload::make('badge') ->image() ->required(), ]), //IF I ADD A GRID OR SECTION AFTER THE FIRST COMPONENT, ITS WORKING.... Grid::make() ->schema([ TextInput::make('employee_number') ->required(), FileUpload::make('badge') ->image() ->required(), ]), ], 'freelancer' => [ TextInput::make('hourly_rate') ->numeric() ->required() ->prefix('€'), FileUpload::make('contract') ->required(), ], default => [], }) ->key('dynamicTypeFields')
4 replies
FFilament
Created by justgkp on 8/12/2023 in #❓┊help
is there any possibility to change relation manager label
8 replies
FFilament
Created by justgkp on 8/12/2023 in #❓┊help
text column showing unusual behaviour when slug is live()
Previously there was no issue creating slug from name. but recently i noticed while typing cursor showing some sort unusual typo.
3 replies
FFilament
Created by justgkp on 8/10/2023 in #❓┊help
RichEditor showing undefined in view page
RichEditor not showing content properly. Forms\Components\Section::make() ->schema([ Forms\Components\RichEditor::make('growth') ->toolbarButtons([ 'attachFiles', 'blockquote', 'bold', 'bulletList', 'codeBlock', 'h2', 'h3', 'italic', 'link', 'orderedList', 'redo', 'strike', 'undo', ]) ->columnSpanFull(),
2 replies
FFilament
Created by justgkp on 8/8/2023 in #❓┊help
Toggle on and off icon not stacked properly
Toggle on and off icon in Table not stacked properly.... showing some unusual behaviour
13 replies
FFilament
Created by justgkp on 8/7/2023 in #❓┊help
how to redirect to view page instead of redirecting to list for a single item
I have a table with single item with edit and view. I want the sidebar to redirect to view page instead of redirecting to list items.
5 replies
FFilament
Created by justgkp on 8/4/2023 in #❓┊help
getGloballySearchableAttributes not displaying search result
1 replies
FFilament
Created by justgkp on 8/2/2023 in #❓┊help
Hello, Why showing compatibility error displaying in Form Builder?
3 replies
FFilament
Created by justgkp on 8/1/2023 in #❓┊help
Getting error while installing Filament V3
30 replies
FFilament
Created by justgkp on 7/30/2023 in #❓┊help
Is there any way to delete old image/attachments when deleting or updating records??
I tried different ways to delete old image path but no solutions were working. In fact filament tricks as well has a third party function that too didn't work. Can anyone help to achieve this.
7 replies
FFilament
Created by justgkp on 6/6/2023 in #❓┊help
League\Flysystem\Filesystem::has(): Argument #1 ($location) must be of type string, array given
2 replies