Hegabovic
filament spatie roles and permissions
when seeding a user
$user->assignRole('super_admin');
it give this error
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'clinic_id' cannot be null (Connection: mysql, SQL: insert into
model_has_roles
(clinic_id
, model_id
, model_type
, role_id
) values (?, 1, Hegabovic\UserManagement\Models\User, 1))24 replies
Help with Tenancy With Laravel Package
here is the PR 😄 hope to see it soon on filament 😄
https://github.com/filamentphp/filamentphp.com/pull/219
94 replies