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

Profile field: Call to undefined method stdClass::getTranslatedAttribute()

magarrent

Jun 4th, 2020 10:14 AM

Hey there, I have an error when I add a new text profile field. I added a field in waves.php config:

'profile_fields' => [ 'instagram' ],

And then in profile blade I have:

{!! profile_field('text', 'instagram') !!}

And it appears that error

https://ibb.co/vwyNpDY

cookie

Jun 7th, 2020 08:46 PM

Try this

It works for me. =)