β prev | next β
demianrey 2020-05-05 17:44:46
do you know how to solve that error?
demianrey 2020-05-05 17:45:09
anyone know how to solve this error
KodeBuzz 2020-05-05 18:25:34
Can anyone help me convert this SQL query to laravel query
select * from payouts where (seller_id = 72 or beneficiary_id = 72) or exists (select * from sellers where sellers.marketplace_child = 72 and payouts.seller_id = sellers.id or payouts.beneficiary_id = sellers.id) and (type = 2 or type = 3 or type = 5 or type = 10)
hiteshv253 2020-05-05 18:28:14
demianrey 2020-05-05 17:44:46
do you know how to solve that error?
php artisan config:cache
composer install
composer update
themanojyadav 2020-05-05 18:42:06
sadeqi125 2020-05-05 10:46:02
i whant in menue bar
I know. It is same as core. Have you ever build in core php?
KodeBuzz 2020-05-05 19:01:56
KodeBuzz 2020-05-05 18:25:34
Can anyone help me convert this SQL query to laravel query
select * from payouts where (seller_id = 72 or beneficiary_id = 72) or exists (select * from sellers where sellers.marketplace_child = 72 and payouts.seller_id = sellers.id or payouts.beneficiary_id = sellers.id) and (type = 2 or type = 3 or type = 5 or type = 10)
I need help with this please
gerasart 2020-05-05 19:16:06
without payment lol )
KodeBuzz 2020-05-05 19:42:22
KodeBuzz 2020-05-05 18:25:34
Can anyone help me convert this SQL query to laravel query
select * from payouts where (seller_id = 72 or beneficiary_id = 72) or exists (select * from sellers where sellers.marketplace_child = 72 and payouts.seller_id = sellers.id or payouts.beneficiary_id = sellers.id) and (type = 2 or type = 3 or type = 5 or type = 10)
Please help
shiro_yuiko 2020-05-05 19:53:15
” you need to enable javascript to run this app ” postman π i can’t fix
Prakash D 2020-05-05 20:49:55
In AWS light composer update is not working
Prakash D 2020-05-05 20:50:00
What can I do
Siberfx 2020-05-05 22:00:05
demianrey 2020-05-05 17:44:46
do you know how to solve that error?
You dont have zip installed on your php environment
Siberfx 2020-05-05 22:04:36
KodeBuzz 2020-05-05 18:25:34
Can anyone help me convert this SQL query to laravel query
select * from payouts where (seller_id = 72 or beneficiary_id = 72) or exists (select * from sellers where sellers.marketplace_child = 72 and payouts.seller_id = sellers.id or payouts.beneficiary_id = sellers.id) and (type = 2 or type = 3 or type = 5 or type = 10)
Why do you need that?
Siberfx 2020-05-05 22:04:54
Raw queries are not bad too π
Siberfx 2020-05-06 00:21:34
By sql queries? What do you mean by reset password
2020-05-06 00:35:35
got the error
2020-05-06 00:35:40
please help
Siberfx 2020-05-06 00:39:32
do you have welcome.blade.php file in your resources/view ?
Siberfx 2020-05-06 00:40:10
did you upgrade this project from another version to this one?
Siberfx 2020-05-06 00:40:21
which version, and what is your php version
Siberfx 2020-05-06 00:40:56
can you do print screen on the code and ctrl+V in here ?
Siberfx 2020-05-06 00:41:03
better screenshots
Siberfx 2020-05-06 00:41:06
readable at least
cayetanohosma 2020-05-06 00:44:37
Siberfx 2020-05-06 00:41:03
better screenshots
Iβm agree with you, why donβt you use past in os similar websites?
Siberfx 2020-05-06 00:45:13
its also progress
Siberfx 2020-05-06 00:45:28
but no need to save screenshot as a file
Siberfx 2020-05-06 00:45:33
just copy in memory and paste here
Siberfx 2020-05-06 00:45:36
but anyway its ok
2020-05-06 00:46:22
sorry i am a beginner
Siberfx 2020-05-06 00:47:16
Siberfx 2020-05-06 00:47:26
this code from your routes, move to top of your code.
Siberfx 2020-05-06 00:47:39
even before the Auth::routes();
Siberfx 2020-05-06 00:47:50
then refresh your page, this is first.
2020-05-06 00:48:54
still getting the error
Sujay 2020-05-06 00:49:09
Siberfx 2020-05-06 00:47:26
this code from your routes, move to top of your code.
Why at first?
Siberfx 2020-05-06 00:49:47
because he is a beginner, to not to confuse him.
Sujay 2020-05-06 00:50:24
Siberfx 2020-05-06 00:49:47
because he is a beginner, to not to confuse him.
Ok got itπ
Siberfx 2020-05-06 00:50:26
now before return view(‘welcome’); add this line;
echo ‘test’;
Siberfx 2020-05-06 00:50:30
and refresh again
Siberfx 2020-05-06 00:50:46
even not echo
Siberfx 2020-05-06 00:50:49
return ‘hello’;
β prev | next β