Why do you have 2 returns in the same function?

|
2020-11-30 16:40:28
laravel_discuss-60700.jpg
Hello, i wanna ask how to solve this, i cannot open phpmyadmin

I already try YouTube tutorial but still not work

Thank you

DesolatorMagno 2020-11-30 16:52:31
mohsen 2020-11-30 16:03:38
hi this code every time return true
why?what is wrong ?

Try using count instead of get

sobirjonovs 2020-11-30 18:03:07
Hello, I want to stream a video to client’s browser with presigned url from Amazon S3 server. I did it with header and readfile() functions and tried many ways of streaming video directly to client’s browser without downloading first, but i can’t did it. Anyone can help me?
sobirjonovs 2020-11-30 18:07:41
laravel_discuss-60705.jpg
This code which is downloading the video first, after completion, showing video in client’s browser. But I want to show the video and download it simultaneously
israa2912 2020-11-30 18:37:54
Hi,

In Nova dashboard, can I make the notification,
when excite the api and change value in database?

Senario :
In the driver app, the driver send request api to change his status to Accept the order… Finish the tripe…

So, every time the change happen I want to see the notification in my Nova dashboard

Can any one help me?

2020-11-30 18:38:24
public function uploader(request $request){

$file = $request->file(‘file’);
$filename = time().$file->getClientOriginalName();
$path = public_path(‘/image’);
$files = $file->move($path,$filename);
$img = image::make($files->getRealPath());
$img->resize(200, 200);
$img->save($path.”small-“.$filename);
return back();
}
This code duty to create two pricture for me but it’s create one
and image resize it’s nor working
Can you hlep me?

amirvalhalla 2020-11-30 19:25:02
2020-11-30 18:38:24
public function uploader(request $request){

$file = $request->file(‘file’);
$filename = time().$file->getClientOriginalName();
$path = public_path(‘/image’);
$files = $file->move($path,$filename);
$img = image::make($files->getRealPath());
$img->resize(200, 200);
$img->save($path.”small-“.$filename);
return back();
}
This code duty to create two pricture for me but it’s create one
and image resize it’s nor working
Can you hlep me?

Here, there anywhere you exist 😅🖤

2020-11-30 20:33:25
amirvalhalla 2020-11-30 19:25:02
Here, there anywhere you exist 😅🖤

😂pashmam
You are here

amirvalhalla 2020-11-30 20:45:45
We have to change the group name to iran-india-laravel 😅
ibra_br 2020-11-30 21:05:11
laravel_discuss-60715.jpg
guys , i use WhereDoesntHave between tow models , and i got this error .
ibra_br 2020-11-30 21:05:33
ibra_br 2020-11-30 21:05:11
guys , i use WhereDoesntHave between tow models , and i got this error .

how can i solve this error

natghi2010 2020-11-30 21:06:00
ibra_br 2020-11-30 21:05:11
guys , i use WhereDoesntHave between tow models , and i got this error .

show the code my dude

ibra_br 2020-11-30 21:06:24
natghi2010 2020-11-30 21:06:00
show the code my dude

ok

ibra_br 2020-11-30 21:09:48
laravel_discuss-60719.jpg

natghi2010 2020-11-30 21:10:43
ibra_br 2020-11-30 21:09:48

this should work

natghi2010 2020-11-30 21:11:12
the first issue
ibra_br 2020-11-30 21:11:27
natghi2010 2020-11-30 21:10:43
this should work

yes 😭

natghi2010 2020-11-30 21:11:35
switch workorder_id and id
natghi2010 2020-11-30 21:11:50
their places
natghi2010 2020-11-30 21:12:01
and tell me the result
ibra_br 2020-11-30 21:12:15
ok
ibra_br 2020-11-30 21:13:57
still doesn’t work
ibra_br 2020-11-30 21:14:43
ibra_br 2020-11-30 21:09:48

can anyone write this lines by query builder

ibra_br 2020-11-30 21:15:02
maybe i can fix this error
NanoCellMusic 2020-11-30 21:56:25
ibra_br 2020-11-30 21:09:48

why do you have 2 returns in the same function? the return view will never be hit

Joesmith123 2020-11-30 22:01:26
Anybody uses voyager package
Joesmith123 2020-11-30 22:01:36
Anybody for ERP in Laravel?
ibra_br 2020-11-30 22:11:04
NanoCellMusic 2020-11-30 21:56:25
why do you have 2 returns in the same function? the return view will never be hit

yes i know , because i want to see the result of workorders variable

natghi2010 2020-11-30 22:40:59
amirvalhalla 2020-11-30 20:45:45
We have to change the group name to iran-india-laravel 😅

then donald trump will airstrike it

DanteFrank 2020-12-01 04:53:43
Anyone Online?
DanteFrank 2020-12-01 04:56:34
I’m trying to create a like and unlike feature
DanteFrank 2020-12-01 04:56:52
But unable to unlike a post
DanteFrank 2020-12-01 04:57:24
It keeps telling me the “get” method not supported for this kind of post and that’s not what I’m using
DanteFrank 2020-12-01 04:59:19
laravel_discuss-60746.jpg

DanteFrank 2020-12-01 04:59:48
laravel_discuss-60748.jpg

DanteFrank 2020-12-01 04:59:48
laravel_discuss-60747.jpg

DanteFrank 2020-12-01 04:59:49
laravel_discuss-60749.jpg

DanteFrank 2020-12-01 05:48:07
No one available to help?
Jomitz 2020-12-01 06:00:34
DanteFrank 2020-12-01 04:59:19

This ones form after @else method spelling is wrong

DanteFrank 2020-12-01 06:00:49
Yeah I just saw that
|