public function register() { $this->app->singleton('db.factory', function ($app) { return new YourAppConnectionFactory($app); }); }