Question By
Unsolved
vitor-maia

May 25th, 2020 05:52 PM

Hey, I need a hand, I already run auth on laravel and create my profile page. How can I use the auth avatar profile into chatter?

bobbyiliev

Sep 25th, 2022 09:38 AM

Hi there,

I am just following up on some of the old unanswered questions on the site.

For anyone who comes across this in the future, currently Chatter has not been updated in a very long time, so I would advise not using it unless it gets updated to be compatible with the latest Laravel version.

For anyone who still uses Chatter, you can get the auth avatar by using the following:

<?php $db_field = Config::get('chatter.user.avatar_image_database_field'); ?>

Best,

Bobby