What the heck is this?
looking for developer ?
I just wanna ask you guys if I had a problem could y guys help me with code ?
Do these with js or jquery, that is ur best option, from what am seeing, u are trying to retrieve a value that is already in the dom right?
Are u available in Skype or anydesk ?
Consider you have to check a object key and in case of null have to show another value
Use ?? Instead of if/Isset
Eg:
Echo $obj->key ?? ‘OOPS NULL’;
Start with a course in laracast or youtube to have a good understanding of laravel then start a project by your own search and practice also comunicate with people in froums or channels like this here to get better and better
Anyone have experience working with freeradius laravel project!!
Consider you have to check a object key and in case of null have to show another value
Use ?? Instead of if/Isset
Eg:
Echo $obj->key ?? ‘OOPS NULL’;
Good job
Consider you have to check a object key and in case of null have to show another value
Use ?? Instead of if/Isset
Eg:
Echo $obj->key ?? ‘OOPS NULL’;
You can also do this chained like:
echo $foo ?? $bar ?? $fb ?? ‘not defined’;
Observers In Laravel
Sometimes, we may have a requirement to add or modify some data before creating or updating a record then we will user Observers.
Consider you have to check a object key and in case of null have to show another value
Use ?? Instead of if/Isset
Eg:
Echo $obj->key ?? ‘OOPS NULL’;
I am using this notation from few months back. Its called NULL Coalescing Operator
Job description
WordPress doesn’t try to keep its users inside walled gardens, a rare thing in a world that is dangerously moving away from the open web. Instead, WordPress gives them the freedom to build a business website, an online store, or a personal blog – the way they like it. Big sites or small, using the community-run open-source project or Automattic’s WordPress.com, vanilla or customized with hundreds of plugins, WordPress users always get to own and control their data, their expression, and their freedom. .. Learn More…
http://raboninco.com/1cRJL
What the heck is this? A blind copy paste?
Laravel 7 basics course
We will learn a lot in this channel about laravel and web development, subscribe for more
—– Social —–
Instagram : codebrain99 | https://www.instagram.com/codebrain99/
Twitter : codebrain99 | https://twitter.com/CodeBrain99
#programmin #laravel #development #web #fullstack #js #php
$properties = Facilite::where(‘address’, ‘LIKE’,’%’.$request->address. ‘%’)
->orWhere(‘city’,’LIKE’,’%’.$request->address.’%’)
->orWhere(‘state’,’LIKE’,’%’.$request->address.’%’)
->orWhere(‘zip’,’LIKE’,’%’.$request->address.’%’)
->orWhere(‘county_name’,’LIKE’,’%’.$request->address.’%’)
->where(‘claimed_status’, 1)
->paginate(15);
}else{
$properties = Facilite::where(‘claimed_status’, 1)->paginate(15);
}
Can anyone help me i have a issue in my query. When I am search some address it’s return all data with claimed_status 0 but i want only claimed staus 1 data
$properties = Facilite::where(‘address’, ‘LIKE’,’%’.$request->address. ‘%’)
->where(‘claimed_status’, 1)
->orWhere(‘city’,’LIKE’,’%’.$request->address.’%’)
->orWhere(‘state’,’LIKE’,’%’.$request->address.’%’)
->orWhere(‘zip’,’LIKE’,’%’.$request->address.’%’)
->orWhere(‘county_name’,’LIKE’,’%’.$request->address.’%’)
->paginate(15);
$properties = User::where(‘address’, ‘LIKE’,’%’.$request->address. ‘%’)
->where(‘claimed_status’, 1)
->orWhere(‘city’,’LIKE’,’%’.$request->address.’%’)
->orWhere(‘state’,’LIKE’,’%’.$request->address.’%’)
->orWhere(‘zip’,’LIKE’,’%’.$request->address.’%’)
->orWhere(‘county_name’,’LIKE’,’%’.$request->address.’%’)
->toSql();
I just wanna ask you guys if I had a problem could y guys help me with code ?
Consider you have to check a object key and in case of null have to show another value
Use ?? Instead of if/Isset
Eg:
Echo $obj->key ?? ‘OOPS NULL’;
You can chain more of it like
echo $obj->key ?? obj->name ?? ‘OOPS NULL’

I set bearer token api in axios. It set. But it does not work.



Do these with js or jquery, that is ur best option, from what am seeing, u are trying to retrieve a value that is already in the dom right?
Yes exactly
You have the js option and the query builder option
But i like my controller clean, no html in it….
I would do it using jquery or js
Let me see if i have power on my system
Great…. Thanks
That’s perfect… Will pm I now
A Place where Future Professional comes and learns new things Every day
Content That We Provide
(Books+Articles)
1. Machine learning
2. Artificial intelligence
3. Web Development (Html, CSS, JavaScript, Django, )
And Programing related content
Let’s Code
Channel Name Coding High
Interested ✌️
is it remote
yes

Hi everyone, please help me
installation this package: https://github.com/irazasyed/telegram-bot-sdk
Why not use datatable