How to use Doctrine Mongo DB with Symfony 4
php web database Development composer symfony bundle howto mongo mongodb mongo-db-bundle doctrineReading time: 2 minutes, 0 seconds

The database classicaly used with Symfony 4 is MySQL / MariaDB throught Doctrine project. However, some projects need a NoSQL database like MongoDB in replacement of the relational database. It's not a reason to not develop them with Symfony 4 !
The DoctrineMongoDBBundle is a project that allows...