← prev | next →
Sushant Barad 2020-10-03 10:37:06
remove public from asset
2020-10-03 10:41:13
removed but does not work
PINTU BIRAJDAR 2020-10-03 10:47:28
2020-10-03 10:15:45
Guys!
I want to display image of a product . but it does not work
./product-images
HLTH94 2020-10-03 10:50:56
anyone have tutorials to use oracle databases in laravel?
2020-10-03 10:53:01
PINTU BIRAJDAR 2020-10-03 10:47:28
./product-images
does not work
Saidu 2020-10-03 11:31:37
Hi guyz…
I’m working with inertia js and Vue js, my navbar is not responsive because it deeply nested in the root and javascript selector can’t reach the nav classes.. look for any suggestions plz
Devzpl 2020-10-03 11:47:45
Hello everyone,
Do you know what’s better than getting a life changing idea? Implementing them! Hence, we’re here to provide you a platform for the same! We bring you a National Level Hackathon, *hackinUTU*! Register yourselves, be a part of one of the biggest Hackathons and get a chance to win cash prize upto ₹60000. Not only this, we have something for every participant too!
*Find us at :* www.hackinutu.com/
Stay tuned on the following social media for more:
*Instagram:* https://instagram.com/hackinutu?igshid=n00pmi9q0l1m
*Facebook:* https://m.facebook.com/HackinUTU/
*LinkedIn:* http://linkedin.com/company/hackinutu
*Twitter:* https://twitter.com/hackinutu?s=08
Regards,
*hackinUTU team.*
Log in to Facebook –
FacebookLog in to Facebook to start sharing and connecting with your friends, family and people you know.
Devzpl 2020-10-03 11:49:44
MrFallen 2020-10-03 12:05:34
Hi guys. I was download Russian language for Laravel JetStream. How to accept this language?
md_71 2020-10-03 12:50:37
hi
i have problem with multiple authentication
i use https://github.com/jenssegers/laravel-mongodb because database is mongodb
and in if (auth(‘customer’)->attempt($validate)) i have this error
{
“message”: “Whoops, looks like something went wrong”,
“status”: 500
}
GitHub – jenssegers/laravel-mongodb: A MongoDB based Eloquent model and Query builder for Laravel (Moloquent) –
GitHubA MongoDB based Eloquent model and Query builder for Laravel (Moloquent) – GitHub – jenssegers/laravel-mongodb: A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
o_sayfullayev 2020-10-03 13:40:59
$users = DB::select(‘select * from october’);
o_sayfullayev 2020-10-03 13:41:11
DB what is it here?
udev21 2020-10-03 13:45:26
o_sayfullayev 2020-10-03 13:41:11
DB what is it here?
https://laravel.com/docs/8.x/queries
imhajiiii 2020-10-03 16:01:28
Do not be tired guys
How do I authenticate for 3 tables?
natghi2010 2020-10-03 16:34:41
no
natghi2010 2020-10-03 16:35:50
two things wrong here.
natghi2010 2020-10-03 17:04:45
first you dont need to set an if operation on each option
natghi2010 2020-10-03 17:06:17
if you do this
<select value=”{{$address->country}}” name=”country” id=”country”>
natghi2010 2020-10-03 17:07:21
it will select the option for you
natghi2010 2020-10-03 17:07:44
secondly, that white screen will turn you into Ray Charles
natghi2010 2020-10-03 17:08:10
use darkmode
mhd_arffnn 2020-10-03 17:15:50
public function __invoke(BookingData $bookingData): Booking { // }
mhd_arffnn 2020-10-03 17:16:04
what is : Booking for in php?
mhd_arffnn 2020-10-03 17:16:57
what is the term name for that
Spirittkat 2020-10-03 17:29:18
öl
rickyanwar 2020-10-03 17:31:22

#ask hi everyone , i want ask some question, how to find minimum value from query result , i want result is the minimum value with department_id value
rahman_rezaee 2020-10-03 17:32:39
How i find job?
rickyanwar 2020-10-03 17:33:31
rickyanwar 2020-10-03 17:31:22
#ask hi everyone , i want ask some question, how to find minimum value from query result , i want result is the minimum value with department_id value

this my query
rahman_rezaee 2020-10-03 17:37:14
rickyanwar 2020-10-03 17:33:31
this my query
Hey you need to mak a custome jsonresouce
rahman_rezaee 2020-10-03 17:37:42
And after that it return each item
rickyanwar 2020-10-03 17:43:56
rahman_rezaee 2020-10-03 17:37:14
Hey you need to mak a custome jsonresouce
It can be use nested query?
rahman_rezaee 2020-10-03 17:48:03
In each item return the min of val
rickyanwar 2020-10-03 17:49:19
rahman_rezaee 2020-10-03 17:48:03
In each item return the min of val
$id = Departemen::where(‘open’, 1)->where(‘name’, ‘LIKE’, ‘%LOKET%’)->pluck(‘id’)->toArray();
$matchThese = [‘called’ => 0, ‘onserved’ => 0];
$smaller = Queues::select(‘department_id’,DB::raw(‘count(*) as total’))
->where($matchThese)->whereIn(‘department_id’, $id)->groupBy(‘department_id’)->min(‘total’)->get();
rickyanwar 2020-10-03 17:49:36
can you help this myquery
rahman_rezaee 2020-10-03 17:49:46
rickyanwar 2020-10-03 17:43:56
It can be use nested query?
https://laravel.com/docs/8.x/eloquent-resources#concept-overview
rahman_rezaee 2020-10-03 17:50:45
rickyanwar 2020-10-03 17:49:36
can you help this myquery
Check it
rahman_rezaee 2020-10-03 17:51:55
What is error bro
rahman_rezaee 2020-10-03 17:53:21
Sorry bro
rahman_rezaee 2020-10-03 17:53:51
I no already work with laravel 8
rahman_rezaee 2020-10-03 18:14:38
Show it
hardik 2020-10-03 18:27:21
Best hosting is plesk + Linux ,
hardik 2020-10-03 18:35:34
hardik 2020-10-03 18:35:46
Best for laravel
hardik 2020-10-03 18:43:36
First Vue + laravel 7 project
https://host.haripatel.co.in/
doston20000 2020-10-03 21:36:47
Why remove sass in Laravel 8 ?
Progressbar 2020-10-03 21:42:07
Can i make android application by php
Khouilid 2020-10-03 21:50:28
Khouilid 2020-10-03 21:50:28

Hi guys, im newbie in laravel , i have an issue with route folder and controllers , can anyone help please
Khouilid 2020-10-03 21:50:29
Siberfx 2020-10-03 21:50:45
laravel8 ?
← prev | next →