Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

evarioooo's avatar

Laravel 10 and mongodb

Hello, I would like to use Laravel with a Mongodb and the Larascord plugin. Do I have to customize the plugin or does Laravel do everything itself? So that I can use Mongodb?

Best regards, Alexander

0 likes
2 replies
Tray2's avatar

Is there a particular reason for choosing MongoDB?

If not and you are going to store relational data, then use an proper RDBMS.

evarioooo's avatar

I need mongo dB because I need to access data from other sources that is stored in a mongo ab. So the question is whether I need to adjust anything else or whether Laravel with eloquent can automatically use mongo dB?

Please or to participate in this conversation.