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
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?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community