← prev | next →
kpi_life 2020-12-06 16:42:21
fatihsyams 2020-12-06 16:06:31
anyone know bout how to downgrade laravel 8 to laravel 7 ?
Why?
Unknownuser009 2020-12-06 16:44:45
fatihsyams 2020-12-06 16:06:31
anyone know bout how to downgrade laravel 8 to laravel 7 ?
U can create with this command
composer create-project laravel/laravel your-project-name 7.*
fatihsyams 2020-12-06 16:45:32
Unknownuser009 2020-12-06 16:44:45
U can create with this command
composer create-project laravel/laravel your-project-name 7.*
Yea i got it, thankyouu
Unknownuser009 2020-12-06 17:01:21
Wc
David_Vially 2020-12-06 18:54:08
Evening house please someone should help me
underwater6 2020-12-06 20:53:54
Hi there ..
underwater6 2020-12-06 20:55:59
$user = $request->user();
$followersPost = UserPost::with([‘user’ => function ($query) use ($user) {
$query->filterFollowingsOf($user);
}])->latest()->get();
return $followersPost;
underwater6 2020-12-06 20:56:24
I am trying to get the requester data, but i only get my friends data
underwater6 2020-12-06 20:56:38
any ideas?
David_Vially 2020-12-06 21:00:01
underwater6 2020-12-06 20:53:54
Hi there ..
Please i’m a beginer in laravel please how to install it i’m working with xamp server
underwater6 2020-12-06 21:00:29
David_Vially 2020-12-06 21:00:01
Please i’m a beginer in laravel please how to install it i’m working with xamp server
What’s your os?
David_Vially 2020-12-06 21:01:41
underwater6 2020-12-06 21:00:29
What’s your os?
Windows 10
2020-12-06 21:07:43
David_Vially 2020-12-06 21:00:01
Please i’m a beginer in laravel please how to install it i’m working with xamp server
https://laravel.com/docs/8.x/installation
NanoCellMusic 2020-12-06 21:45:50
what is the use of ->constrained(); i was watching a pivot table tutorial and they used ->constrained(); but never explained the reasoning to use it
David_Vially 2020-12-06 21:55:44
2020-12-06 21:07:43
https://laravel.com/docs/8.x/installation
ok thanks
2020-12-06 21:57:20
NanoCellMusic 2020-12-06 21:45:50
what is the use of ->constrained(); i was watching a pivot table tutorial and they used ->constrained(); but never explained the reasoning to use it
https://laravel.com/docs/8.x/migrations#foreign-key-constraints
NanoCellMusic 2020-12-06 21:59:05
i must have missed that lol, i went up and down the docs for a good 30 min trying to find that. Cheers
Capatine Yamato 2020-12-06 22:26:41
I would like to create a web application linked to a microfinance which will allow you to consult your balance and others. I would like to know what are the risks to which I expose myself and how to avoid hacking like sql dumper and others?
mrgafury 2020-12-06 22:33:41
Friends, I need a shopping cart with a session without package
prime 2020-12-06 22:34:03
i need help on creating product tracking system …..
JeevaniSM 2020-12-06 23:10:47
a PHP question
JeevaniSM 2020-12-06 23:11:33
what is the meaning of return -1 ?
public function getLowerBound($number)
{
for($i = $this->maxSize; $i > 0; $i–){
if($number > $this->packSizes[$i]){
return $i;
}
}
return -1;
}
what is return -1, only return 0 or return 1 valid ?
Roham0010 2020-12-07 01:33:51
JeevaniSM 2020-12-06 23:11:33
what is the meaning of return -1 ?
public function getLowerBound($number)
{
for($i = $this->maxSize; $i > 0; $i–){
if($number > $this->packSizes[$i]){
return $i;
}
}
return -1;
}
what is return -1, only return 0 or return 1 valid ?
It depends on your usage of this function, it even can return ‘blah blah’ if you want..!
jeddah_ahmed 2020-12-07 02:00:50
jeddah_ahmed 2020-12-07 02:01:00
Praise be to God and thanks I almost finished the voting program. And the rest of a simple problem, according to what is attached in the picture, when you click on the button selection and do the vote, the vote appears in all forms How do I make each vote separate
JeevaniSM 2020-12-07 02:16:27
Roham0010 2020-12-07 01:33:51
It depends on your usage of this function, it even can return ‘blah blah’ if you want..!
ok
amirvalhalla 2020-12-07 08:01:53
JeevaniSM 2020-12-06 23:11:33
what is the meaning of return -1 ?
public function getLowerBound($number)
{
for($i = $this->maxSize; $i > 0; $i–){
if($number > $this->packSizes[$i]){
return $i;
}
}
return -1;
}
what is return -1, only return 0 or return 1 valid ?
Minus 1 means return is invalid so if you’re checking something and then it failed you can return – 1
S3NX_8 2020-12-07 08:29:52
Guys can you help me implement user registration with inertia js please
I want to use vue file for handling the process
adityaa_codes 2020-12-07 09:38:11

Photo from Aditya Gupta ✌🏻
adityaa_codes 2020-12-07 09:38:23
adityaa_codes 2020-12-07 09:38:11
Photo from Aditya Gupta ✌🏻
How do I overcome this issue?
karthick2828 2020-12-07 10:34:36
Happy to share our OpenSource Project https://gegocart.com Please share it and help us to promote
rashadpoovannur 2020-12-07 11:10:15

Is it correct for subdomain routing
rashadpoovannur 2020-12-07 11:10:57
rashadpoovannur 2020-12-07 11:10:15
Is it correct for subdomain routing

Route
Pro 2020-12-07 11:11:43
rashadpoovannur 2020-12-07 11:10:15
Is it correct for subdomain routing
Nope
Pro 2020-12-07 11:12:24
Put the website.com instead of the ip
← prev | next →