thedevdojo/voyager

Multiple Database

Open

#1,703 opened on Sep 13, 2017

View on GitHub
 (10 comments) (1 reaction) (0 assignees)PHP (2,652 forks)batch import
featurehelp wanted

Repository metrics

Stars
 (11,817 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

  • Laravel Version: 5.4.*
  • Voyager Version: ^0.11.14
  • PHP Version: 7.1.8
  • Database Driver & Version: MariaDB 5.5.52

Description:

I do have multiple databases which works quite well within a Laravel App.

How can I configure Voyager to use them?

Is it possible to switch between connections?

Kind Regards

Steps To Reproduce:

  • new laravel project and installation of voyager with all required steps
  • create a new databases
  • setup new database connections in database.php config
  • just default one is present

Contributor guide