PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

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