Framework: Call to a member function getConnection() on null in Capsule/Manager

Created on 7 Dec 2015  路  3Comments  路  Source: laravel/framework

When using the Capsule Manager from illuminate/database I get the error Call to a member function getConnection() on null in Capsule/Manager

I quickly checked the file, and the $instance variable is never actually set.

See: https://github.com/illuminate/database/blob/master/Capsule/Manager.php#L74

Most helpful comment

Ooh you need to setAsGlobal method, I see now :p

All 3 comments

You need to set it. ;)

Ooh you need to setAsGlobal method, I see now :p

$capsule->setAsGlobal();

Was this page helpful?
0 / 5 - 0 ratings