ThiNha
Error "Field 'team_id' doesn't have a default value" when use select relationship function.
I used Filament V3 with Spatie Laravel Permission and used the TEAMS features as the team_id variable.
When I used
Select::make('roles')
->relationship('roles','name')
->preload(),
I got SQLSTATE[HY000]: General error: 1364 Field 'team_id' doesn't have a default value
Anyone issue same me, you help me, please?
2 replies
How to custom redirect after authorization
This tutorial https://filamentphp.com/docs/3.x/panels/resources/getting-started#authorization, but not mention redirecting after authorization.
Who anyone help me, please? Thank you very much!
17 replies