technilogics

Results 3 comments of technilogics

I updated form,grid and show classes as updated here https://github.com/z-song/laravel-admin/pull/5611

I manual updated, just open #5611 click Update Grid.php open in your local project src/Grid.php Carefully Add + lines and remove lines starts with - (Minus Sign) I hope it...

@Yanghsuanming thank you! I also fix cascade linking issue adding a belongsToMany relation i.e. `public function adminRole() { return $this->belongsToMany(AdminRole::class, 'admin_role_users', 'user_id', 'role_id'); }` Above and your suggested method i.e....