Support the ongoing development of Laravel.io →
Configuration Database Eloquent
Last updated 1 year ago.
0

for mongo there is https://github.com/jenssegers/laravel-mongodb it's really good

for mysqli you can change your database driver from database.php read https://laravel.com/docs/5.3/database. mysqli is intended for running unit tests i wouldn't use it on production. also mysqli has problems with certain migration commands, so if you write a migration script for mysql it won't work with sqlite

Last updated 7 years ago.
0

Thanks for letting me know about https://github.com/jenssegers/laravel-mongodb package

But as you said "mysqli has problems with certain migration commands", etc. So is it to be used in full force with laravel without any issue?

Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

mtilokani mtilokani Joined 19 Dec 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.