Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
pauldragoonis
Posts
Comments
F
Filament
•
Created by pauldragoonis on 9/27/2024 in
#❓┊help
redirect after creating entity
@Coolman works well, thanks
6 replies
F
Filament
•
Created by pauldragoonis on 9/27/2024 in
#❓┊help
redirect after creating entity
got it - thanks - the pages I found were showing older methods. and chatgpt doesn't know about v1 to v3 Will give it a spin, thanks @Coolman
6 replies
F
Filament
•
Created by pauldragoonis on 9/27/2024 in
#❓┊help
Customizing navigation items
I tried to comment out 'discoverResources()' and then add this getResources() method
public function getResources(): array
{
return [
IngredientResource::class,
];
}
public function getResources(): array
{
return [
IngredientResource::class,
];
}
I checked, and it's not even calling this function, added a debug in there
4 replies
F
Filament
•
Created by pauldragoonis on 9/27/2024 in
#❓┊help
Custom Table Values
8 replies
F
Filament
•
Created by pauldragoonis on 9/27/2024 in
#❓┊help
Custom Table Values
thanks
8 replies
F
Filament
•
Created by pauldragoonis on 9/27/2024 in
#❓┊help
Custom Table Values
I got it @Lara Zeus
8 replies
F
Filament
•
Created by pauldragoonis on 9/27/2024 in
#❓┊help
Custom Table Values
Got a link to using this? Ideally when the data is coming from another Model / DB table
8 replies
F
Filament
•
Created by pauldragoonis on 9/27/2024 in
#❓┊help
Custom Table Values
Hey @Lara Zeus
8 replies