Mongodb – Laravel data not being displayed
I am trying to read data from a local collections from my mongodb database. Name of database Intuit name of collection post. Code inside PostController: <?php use IlluminateHttpRequest; use AppModelsPost; class PostController extends Controller{ public function home() { $posts =…