How to inline row editing in Laravel

Поделиться
HTML-код
  • Опубликовано: 23 сен 2024
  • In this tutorial, we'll show you how to use x-editable to implement inline row editing in Laravel.
    You'll learn how to add the x-editable library to your Laravel project and create a table that displays a list of categories. We'll also cover how to handle the update request in the CategoryController and return the updated category data.
    #laravel #inlineEditing #laravelTutorial

Комментарии • 8

  • @ahmedjaber8595
    @ahmedjaber8595 Год назад +2

    your channel is gem for laravel developers
    keep going

  • @me_lvin7068
    @me_lvin7068 Год назад

    Cool concept. I'll try to replicate this in one my projects. Btw, I just checked out your channel and man you deserve more engagement and subscribers for your efforts. Will definitely recommend your channel to my larafriends.😁 Any plans to do any Livewire or VueJS tuts in the future?

  • @ngetichishmael
    @ngetichishmael Год назад +1

    This is good work 👏
    By the way, did you know that you don't need to create a database manually?
    You can run php artisan migrate, and it will first check if the db exists or else prompt to create?

    • @BluebirdTech
      @BluebirdTech  Год назад

      Yes, I know.
      Thank you for your suggestion. ☺

  • @rachmathikam5467
    @rachmathikam5467 Год назад

    hello sir, very good tutorial, I have some questions what if the data type is date or time or select option? can u add some tutorial for the both?

  • @Khudayberdiyev-gs9mn
    @Khudayberdiyev-gs9mn Год назад +1

    Good!

  • @mohdhaikalrozhan6237
    @mohdhaikalrozhan6237 Год назад +1

    Thanks