Replies: 1 comment 1 reply
-
Do you really want to both extend Just add a connection in
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to extend DatabaseManager to register a new connection as stated in API documentation, https://laravel.com/api/10.x/Illuminate/Database/DatabaseManager.html#method_extend
I am using code:
I am not able to set the Database Name also I am not able to see any Log message. I have checked using different ways but I am sure, the closure defined is not being executed. I am not able to identify the problem. Need help.
Beta Was this translation helpful? Give feedback.
All reactions