Did you find a solution? I'm trying to do the same thing. It looks like Illuminate\Database\Query\Gr...
I guess my first question is why are you trying to allow a certain user the permission to register a...
It sounds as though Auth::user() is returning null. Make sure you import the class. use Auth; Ma...
The Laravel portal for problem solving, knowledge sharing and community building.
The community