niels
niels
Explore posts from servers
FFilament
Created by niels on 10/16/2024 in #❓┊help
$recordRouteKeyName does not apply to table row on-click and edit action
I can do
->actions([
Tables\Actions\EditAction::make()
->url(fn ($record) => static::getUrl('edit', ['record' => $record->uid])),
])
->actions([
Tables\Actions\EditAction::make()
->url(fn ($record) => static::getUrl('edit', ['record' => $record->uid])),
])
But I'm not certain if this is the correct and safe approach
2 replies
FFilament
Created by niels on 9/22/2024 in #❓┊help
How to do auth in React Native
Gonna try to figure it out with Sanctum
4 replies
FFilament
Created by niels on 9/7/2024 in #❓┊help
FIleUpload infinitely loading after "Create"
Figured it out. APP_URL env was set to http://localhost but I was using http://127.0.0.1:8000 Set APP_URL=http://127.0.0.1:8000 and now it works as expected
6 replies
FFilament
Created by niels on 9/7/2024 in #❓┊help
FIleUpload infinitely loading after "Create"
makes no difference sadly
6 replies
FFilament
Created by niels on 9/7/2024 in #❓┊help
FIleUpload infinitely loading after "Create"
It is saved to storage/app/public
6 replies