1

I want to change query of the livewire table which displaying profiles on my admin panel, but don't know where i can find back-end Mysql query for modification. here is code for my live wire table .

 <div class="col-md-12">
  <div class="table-responsive mt-2">
        <livewire:table.profile :params="['filter' => $this->filter]"/>
  </div>
 </div>

I am facing difficulty to trace out where the database query for the table is written in LiveWire.

i need the exact file where i can find my MYSQL/Eloquent query.please guide me where this table code exist in my project livewire:table.profile

I checked my whole project by could't not trace out the exact query location

3
  • did you check inside app/Http/Livewire/table/Profile.php Commented Jan 17, 2023 at 9:56
  • livewire:table.profile -> table is the folder and profile is the file inside the folder table Commented Jan 17, 2023 at 9:58
  • 1
    excatly it's here "app/Http/Livewire/table/Profile.php". Thank you @haruk1515 Commented Jan 19, 2023 at 6:42

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.