app->singleton(AvatarProvider::class, function ($app) { $provider = new AvatarProvider(); // Default Avatar providers $provider->register(new GravatarSchema()); $provider->register(new UiAvatarsSchema()); return $provider; }); } }