i have a Laravel template with few bugs, anyone online and free to fix it?
Getting this error, hw do i rectify this?
did you configure your gmail account ?
Hello fellows, is there anyone need help for freelancer for laravel ?
Use Mailable, DM me if you want more help
And get output like this:
154677 => 4095
2966 => 3506
2607 => 2864
And ………
Use sortKeysDesc
And get output like this:
154677 => 4095
2966 => 3506
2607 => 2864
And ………
Krsort function
همه چیز در مورد نحوه استفاده از Repository pattern در فریم ورک Laravel
به نام ایزد یکتاسلام خدمت همه دوستان عزیزاین مقاله در خصوص یکی از انواع الگوهای طراحی در برنامه نویسی یا به عبارت دیگر Design pattern ها هس…
همه چیز در مورد نحوه استفاده از Repository pattern در فریم ورک Laravel
Sorry, English group

what’s this problem
There’s no problem

Getting this error, hw do i rectify this?
Probably you need to enable the suggested extension from php.ini


did you configure your gmail account ?
what?

– First name and Last name
– Side
– Mobile
– Username
– Address
I want to only search Username and Mobile.
blade.php
<div class=”container”>
<input class=”form-control mr-auto col-md-4 float-left” id=”txt_search” type=”text” placeholder=”{{ __(‘message.content.search’) }}…”>
<h2 class=”mt-3 mb-3″>Sesrch</h2>
<div class=”row”>
@foreach($coaches as $coach)
<div class=”table-responsive”>
<table id=”tbl_search” class=”table”>
<tr>
<td rowspan=”2″><img class=”img-fluid” width=”120px” src=”{{ asset(‘public/images/coaches/’.$coach->image) }}”></td>
<th>First name and Last name/th>
<th>Side</th>
<th>Mobile</th>
<th>Username</th>
</tr>
<tr>
<td id=”first_last_name”>{{ $coach->first_last_name }}</td>
<td>{{ $coach->side }}</td>
<td>{{ $coach->mobile }}</td>
<td id=”username”>{{ $coach->username }}</td>
</tr>
<tr>
<th>Address</th>
<td colspan=”6″>{{ $coach->address }}</td>
</tr>
</table>
</div>
@endforeach
</div>
</div>
ajax
<script>
$(document).ready(function(){
$(“#txt_search”).on(“keydown keyup”, function() {
var value = $(this).val().toLowerCase();
$(“table#tbl_search”).filter(function() {
if(!parseInt(value))
$(this).toggle($(this).text().toLowerCas.e().indexOf(value) > -1);
else
$(this).slideUp();
});
});
});
</script>
send an ajax query

Location: Bandung
Offering 3-6 jt
kirim CV dan Lamaran Ke career@inovamedika.com atau langsung mendaftar ke http://bit.ly/webprogrammer-ims
– First name and Last name
– Side
– Mobile
– Username
– Address
I want to only search Username and Mobile.
blade.php
<div class=”container”>
<input class=”form-control mr-auto col-md-4 float-left” id=”txt_search” type=”text” placeholder=”{{ __(‘message.content.search’) }}…”>
<h2 class=”mt-3 mb-3″>Sesrch</h2>
<div class=”row”>
@foreach($coaches as $coach)
<div class=”table-responsive”>
<table id=”tbl_search” class=”table”>
<tr>
<td rowspan=”2″><img class=”img-fluid” width=”120px” src=”{{ asset(‘public/images/coaches/’.$coach->image) }}”></td>
<th>First name and Last name/th>
<th>Side</th>
<th>Mobile</th>
<th>Username</th>
</tr>
<tr>
<td id=”first_last_name”>{{ $coach->first_last_name }}</td>
<td>{{ $coach->side }}</td>
<td>{{ $coach->mobile }}</td>
<td id=”username”>{{ $coach->username }}</td>
</tr>
<tr>
<th>Address</th>
<td colspan=”6″>{{ $coach->address }}</td>
</tr>
</table>
</div>
@endforeach
</div>
</div>
ajax
<script>
$(document).ready(function(){
$(“#txt_search”).on(“keydown keyup”, function() {
var value = $(this).val().toLowerCase();
$(“table#tbl_search”).filter(function() {
if(!parseInt(value))
$(this).toggle($(this).text().toLowerCas.e().indexOf(value) > -1);
else
$(this).slideUp();
});
});
});
</script>
Why bother this path. Go vuejs it’s easier n faster, less coding n easy code reuse.
Vuejs is best
No matter what framework
Yep, it will fetch for you your Ajax request and even responce
https://leadmy.pl/p/GNKs/zxvm/4Mie
<script>
$(document).ready(function(){
$(“#txt_search”).on(“keydown keyup”, function() {
var value = $(this).val().toLowerCase();
$(“table#tbl_search”).filter(function() {
if(!parseInt(value))
$(this).toggle($(this).text().toLowerCas.e().indexOf(value) > -1);
else
$(this).slideUp();
});
});
});
</script>
Ì am bad vue.js
Send data from laravel to vue components