Posts by Mateus Azevedo • 11 points
1 post
-
1
votes1
answer769
viewsA: How to change the Auth database of Laravel 4.2?
Wouldn’t it be possible to just change the connection in the User model? According to the documentation of the Eloquent, it is possible to do this: protected $connection = 'connection-name';…