Chatter image
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?
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