0

I know that we can user the gravitar in laravel for display pic but how can we add one if the new user doesn't have it or wish to update the current one from within the application?

below article shows how to show existing gravitar in laravel.

How do I implement Gravatar in Laravel?

princeoo7
  • 1,071
  • 3
  • 21
  • 44

1 Answers1

0

You can supply a default image through the Gravatar URL.

Documentation.

yoeriboven
  • 3,541
  • 3
  • 25
  • 40