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

Where are the other User fields in the Edit form?

chrisd

Sep 12th, 2023 06:09 AM

Hello, I think there's a bug with User > Edit There are fields marked allowed to Edit int the BREAD that are not appearing.

For example: email_verified_at and verified ... I should be able to manually edit these, right?

2023-09-12 10_03_34-Edit BREAD for users table - Brave.png

2023-09-12 10_06_25-Edit User - Brave.png

2023-09-12 10_01_10-Edit BREAD for users table - Brave.png

bobbyiliev

Sep 12th, 2023 06:16 AM

Hey hey!

Ah yes, that is because the Users edit blade file is custom and can be found at:

resources/views/vendor/voyager/users/edit-add.blade.php 

You would need to add the extra fields in that blade file directly.

I will actually submit a PR with a fix for this later on this week once I'm back from my NYC trip!

I will keep you posted but let me know if anything else pops up in the meantime.