Laravel 9 Ecom- Part 9: Brands - Edit & Update & Confirm Delete w/ pop up using livewire in laravel

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

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

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

    You are the best keep going! I learned ur tutorial React + Laravel Ecommerce = its GREAT!

  • @yaserjajeh2521
    @yaserjajeh2521 2 ปีที่แล้ว

    Thank you, your videos are very useful, perfect, cool and interesting.

  • @РиАн-х9щ
    @РиАн-х9щ ปีที่แล้ว

    Hello, I did everything according to your instructions and I had this problem. After closing the model window, if you click on pagination to the next page, an error is displayed. What can you do if you can't help? Or it will already be fixed in the future in your videos
    The GET method is not supported for route livewire/message/admin.brand.index. Supported methods: POST.

  • @jyligaya
    @jyligaya 10 หลายเดือนก่อน

    The state of the checkbox in status is not maintained when saved or updated but the actual status (hidden or visible) is updated correctly though.

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

    please tell me which way is better, this using livewire or by using model as u use in Category ?

  • @ipband-t1w
    @ipband-t1w ปีที่แล้ว

    why i click on update button, the modal is shown and hidden right away, the screen goes dark, I can't operate the screen anymore

  • @shashi-kanta
    @shashi-kanta 2 ปีที่แล้ว

    I used wire:click="editBrand({{$brand->id}})" but old data is not coming when I click the edit button?

  • @score_87
    @score_87 2 ปีที่แล้ว

    Please help, my edit field popup is not working after I added wire:click="editBrand({{ $brand->id}})". If I remove wire:click="editBrand({{ $brand->id}})" then the popup works.

    • @fundaofwebit
      @fundaofwebit  2 ปีที่แล้ว

      have you ignore the popup modal.
      Add wire:ignore.self at div tag of bootstrap popup modal id.

    • @score_87
      @score_87 2 ปีที่แล้ว

      @@fundaofwebit Thanks! It all worked

  • @abdulpangandaman
    @abdulpangandaman 2 ปีที่แล้ว

    May I know sir, how many part is this video? Your reply will be much appreciated.

  • @hometech2337
    @hometech2337 2 ปีที่แล้ว

    i see all vidio but you shuld make admin banel from zero to to and tell us naw this table comme from where ? and haw u fetch this data befor u edit it??????

    • @fundaofwebit
      @fundaofwebit  2 ปีที่แล้ว

      Here, we insert and fetch data.
      th-cam.com/video/tWzu-qrmo2c/w-d-xo.html

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

    Good 😊

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

    thanks bro

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

    visible or hidden not working please help me

  • @trungxuancas-gnurt9232
    @trungxuancas-gnurt9232 ปีที่แล้ว

    Unable to resolve dependency [Parameter #0 [ int $brand_id ]] in class App\Http\Livewire\Admin\Brand\Index how to fix ?