el.polar
el.polar
FFilament
Created by el.polar on 6/10/2024 in #❓┊help
Trouble using Tailwindcss
No description
4 replies
FFilament
Created by el.polar on 5/10/2024 in #❓┊help
Edit view from relationManager
I'll read thank u again!
11 replies
FFilament
Created by el.polar on 5/10/2024 in #❓┊help
Edit view from relationManager
last question... is there a way to show the information into new page? not with modal?
11 replies
FFilament
Created by el.polar on 5/10/2024 in #❓┊help
Edit view from relationManager
OMG!! That's fix it!! thank you
11 replies
FFilament
Created by el.polar on 5/10/2024 in #❓┊help
Edit view from relationManager
And this is my code use Filament\Infolists\Infolist; use Filament\Infolists\Components\Group; use Filament\Infolists\Components\Section; use Filament\Infolists\Components\TextEntry; class ClassRelationManager extends RelationManager { public static function infolist(Infolist $infolist): Infolist { return $infolist ->schema([ Section::make() ->schema([ Group::make([ TextEntry::make('title') ->label(''), ]), ]), ]); } }
11 replies
FFilament
Created by el.polar on 5/10/2024 in #❓┊help
Edit view from relationManager
No description
11 replies
FFilament
Created by el.polar on 5/9/2024 in #❓┊help
Add new record with RelationManager from a ViewResource
Thank U!!!
6 replies
FFilament
Created by el.polar on 5/9/2024 in #❓┊help
Add new record with RelationManager from a ViewResource
No description
6 replies
FFilament
Created by el.polar on 4/21/2024 in #❓┊help
How can i translate the content of Forms\Components\Select?
Thank U Team 🧐 i'm gonna read more about that
13 replies
FFilament
Created by el.polar on 4/21/2024 in #❓┊help
How can i translate the content of Forms\Components\Select?
No description
13 replies
FFilament
Created by el.polar on 4/21/2024 in #❓┊help
How can i translate the content of Forms\Components\Select?
The goal is to use the list in case elements are increased in the future and use that constant list in several places. Or can you show me an example please? PS: Sorry if my English is not so good 😬
13 replies
FFilament
Created by tyler on 4/5/2024 in #❓┊help
hi
hi
16 replies
FFilament
Created by el.polar on 4/18/2024 in #❓┊help
How can i change this default text into popup Relationship?
thk u!!! it works!
6 replies
FFilament
Created by el.polar on 4/18/2024 in #❓┊help
How can i change this default text into popup Relationship?
Yes!!
6 replies
FFilament
Created by ironheartkh on 4/18/2024 in #❓┊help
How can i remove this default label text in resource
If you need change text "Create Employee", you should use this: use Illuminate\Contracts\Support\Htmlable;
public function getTitle(): string | Htmlable { return __('Create new employee'); } In mi opinion it's the best option, because you can use traductions too.
6 replies