I'm trying to use mongodb but find function returning null. public function show($id) { // Not working $find = Post::find($id); // Not working $find = Post::where('id ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results