Looks fine from here. Do you have a resource controller overwriting the show method, by any chance?...
Not 100% sure, but I don't think you can call config on a file outside the config folder itself. Ho...
You can do $data = Room::with('panels.devices')->where('user_id', $request->user_id)->get()...
You're encrypting the string 'password' instead of the password parameter sent with your form. publi...
How about... class StoreMember extends Model { public function visits() { return $th...
The Laravel portal for problem solving, knowledge sharing and community building.