0
My situation is as follows, I have several settings with the database set in the file databade.php, so far so good. But there are some connections that need data 'variables', such as the name of the database.
My question is whether it is possible to define these 'variables' data within the controller, as in the Codeigniter Framework.
http://stackoverflow.com/questions/17410049/laravel-4-connect-to-other-database
– Daniel Omine