Laravel Filament User Resource

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ต.ค. 2024

ความคิดเห็น • 12

  • @tonyxhepaofficial
    @tonyxhepaofficial  ปีที่แล้ว +1

    Laravel Filament User Resource

  • @FaizanAmin_Faizi
    @FaizanAmin_Faizi ปีที่แล้ว +1

    Just a tip
    For shorthand you can use hiddenOn('creat') or visibleOn('edit') to hide/show a component

  • @sjwatts20
    @sjwatts20 4 หลายเดือนก่อน

    Hi there, thanks for this, struggling with re-authenticating if the user edits themselves, is there an easy way to do this? Thanks

  • @salehmo66
    @salehmo66 ปีที่แล้ว

    great work man. I'm creating a new project based on your videos. I appreciate your videos ;)

  • @QuickTake83
    @QuickTake83 ปีที่แล้ว +3

    Would not be better to use "AND"?
    if (array_key_exists('new_password', $data) && filled($data['new_password'])) {
    $this->record->password = Hash::make($data['new_password']);
    }

  • @yusifhacyev9444
    @yusifhacyev9444 ปีที่แล้ว

    Hi. Please next video custom action for example submit button and new page, student->name disabled, another filed change and save.

  • @parkchanyeol8492
    @parkchanyeol8492 5 หลายเดือนก่อน

    Can i maka section with column database?

  • @jeffkimani2996
    @jeffkimani2996 9 หลายเดือนก่อน

    how can we add a password confirmation field

  • @nodimpar
    @nodimpar 8 หลายเดือนก่อน

    redirect login page