Hi! In my app, I have a Signup Model. A signup belongs to a single club, and I want the name of that...
I'm not sure if there's a specific term for what I'm trying to do -I think it's referred to as "...
Managed to fix for now with this: <?php 'name' => 'required|unique:signups,name,'. $this->...
jarektkaczyk said: You need global scope for this, not the query scopes. That culttt rather not the...
kpzani said: Why not scrap the user id in the route and pull it out of the Auth? Hey kpzani, thank...
The Laravel portal for problem solving, knowledge sharing and community building.