groups
groups copied to clipboard
A Laravel 5 user groups package
Hello @musonza I hope you are doing well. Is it normal that when I use the groups->addMembers method I get all the old members deleted from the group ? I...
Hi I'm working on laravel 5.8 and after install with composer i'm update manually the files config/app.php and also manually update the databases after the run command "php artisan migrate"...
SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint (SQL: alter table `groups` add constraint `groups_user_id_foreign` foreign key (`user_id`) references `users` (`id`) on delete cascade). I'm getting this issue while...
Hello how can I add another attribute to the array $data when creating a groupe I tryed : but it's not working [public function store(Request $request){ $userId=Auth::User()->id; $filiereid = $request->input('filiere');...
This package is not installable on Laravel 9. Any chance to have a working version ? Thanks, Denis