Managed to fix for now with this:
<?php
'name' => 'required|unique:signups,name,'. $this->input('id', NULL) .',id,club_id,'. $user->club->id,
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community