Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop

    Laravel Bulk Update By Index ID

    Back-End Development
    php laravel mysql orm eloquent
    4
    5
    1690
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ciaompe
      ciaompe last edited by

      ම‍ට ඕනේ Laravel වල rows 2000 ක් විතර එක query එකකින් update කරන්න query එක loop කරන්නේ නැතුව , හැබැයි මේක කරන්න ඔනේ row එකේ index ID එකෙන් .

      1 Reply Last reply Reply Quote 1
      • F
        fern Node.js last edited by

        මේ package එකෙන් ඔයාට ඕන දේ කරගන්න පුලූවන්, https://github.com/mavinoo/laravelBatch,

        $table = 'users';  //Your table name 
        
        //update values 
        $value = [
             [
                 'id' => 1,
                 'status' => 'active',
                 'nickname' => 'Mohammad'
             ] ,
             [
                 'id' => 5,
                 'status' => 'deactive',
                 'nickname' => 'Ghanbari'
             ] ,
        ];
        
        //column you want to update using, in your scenario index id 
        $index = 'id';
        
        Batch::update($table, $value, $index);
        
        ciaompe 1 Reply Last reply Reply Quote 1
        • T
          thilanka last edited by

          Great....

          1 Reply Last reply Reply Quote 3
          • ciaompe
            ciaompe @fern last edited by

            @fern Ohh this very simple. Thnx Bro

            1 Reply Last reply Reply Quote 0
            • Techy Mind
              Techy Mind last edited by

              오피매니아 has a knack for connecting me with the best services.

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post

              2
              Online

              14.2k
              Users

              4.5k
              Topics

              9.0k
              Posts

              • Privacy
              • Terms & Conditions
              • Donate

              © Copyrights and All right reserved Lanka Developers Community

              Powered by Axis Technologies (PVT) Ltd

              Made with in Sri Lanka

              | |