addConnection([ "driver" => "mysql", "host" => "localhost", "port" => "3306", "database" => "testdb", "username" => "root", "password" => "V#_xWL6_" ]); $capsule->setAsGlobal(); $capsule->bootEloquent();