← prev | next →
amiiirt 2020-11-12 20:32:46
Hi
Does anyone have a Laravel project?
SyedUmairCodes 2020-11-13 01:00:28
Hello there,
I am having troubles uploading images via spatie/laravel-mediabrary can you guys help.
DesolatorMagno 2020-11-13 01:30:15
Change get() to ToSql()
DesolatorMagno 2020-11-13 01:31:42
You could use the “normal sintaxis” with(‘model:atribute01,atribute02’)
DesolatorMagno 2020-11-13 01:31:53
https://laravel.com/docs/8.x/eloquent-relationships#eager-loading-specific-columns
DesolatorMagno 2020-11-13 01:40:50
If you do Order::find(6)->invoices
does it return something else?
DesolatorMagno 2020-11-13 01:42:04
How do you make the realtionship with order and invoice?
DesolatorMagno 2020-11-13 01:44:17
Where is the foreigner?
DesolatorMagno 2020-11-13 01:44:41
(I know why it return empty, i just want that you discover it yourself)
DesolatorMagno 2020-11-13 01:45:22
ToSql return the sql instead of the answer.
DesolatorMagno 2020-11-13 01:46:11
Ok, so, how can it know where it belongs if it can access it? you are not selecting it.
DesolatorMagno 2020-11-13 01:53:35
You need that foreign field, so whoever have it need access to it.
DesolatorMagno 2020-11-13 01:54:12
Order::whereIn(‘id’,[6,7])->with(‘invoices:id,product_id,quantity’)->get();
Here you are doing a select.
DesolatorMagno 2020-11-13 02:07:14
Try using hidden in the model
DesolatorMagno 2020-11-13 03:06:36
👍.
arashiiit 2020-11-13 06:32:53
hi guys can i still use laravel collective or its dead?
dhaveb 2020-11-13 07:01:59
Hi everyone, i have here Vuexy – Vuejs, React, HTML & Laravel Admin Dashboard Template @ $25.00, pm me if interested.
MishalLeo 2020-11-13 12:48:23
Best extension for vscode
MishalLeo 2020-11-13 12:48:39
For laravel
reaksm3y 2020-11-13 13:00:34
who have source code hr system management can you give me
dhaveb 2020-11-13 13:04:14
reaksm3y 2020-11-13 13:00:34
who have source code hr system management can you give me
Are you asking for the entire system? ang what programming language?
reaksm3y 2020-11-13 13:04:50
dhaveb 2020-11-13 13:04:14
Are you asking for the entire system? ang what programming language?
laravel
dhaveb 2020-11-13 13:06:32
lol.. That link was my response to @Mishal1803 in his inquiry of “Best extension for vscode”
dhaveb 2020-11-13 13:07:18
nvm, sent a pm
dhaveb 2020-11-13 13:09:46
reaksm3y 2020-11-13 13:04:50
laravel
I have none for laravel. I Only have django for Odoo.
Acird Burn 2020-11-13 14:56:36
Looking for an experienced core PHP developer must be able to get done with work real fast payment is based on modules completed each u can send me text to my inbox if interested
natghi2010 2020-11-13 15:14:03
DesolatorMagno 2020-11-13 01:42:04
How do you make the realtionship with order and invoice?
when is it hasOne and when is it belongsTo? Where does the foreign key have to be to be considered hasOne?
natghi2010 2020-11-13 15:17:08
Never mind, I found this answer on stackoverflow. Here is it is if anyone needs it.
The difference between the two is where the foreign key will reside in the database. The belongsTo function should belong to the model whose table contains the foreign key, while the hasOne should belong to a model that is referenced by a foreign key from another table.
nonameplease0 2020-11-13 15:26:19
Any buddy have knowledge about aws certification
dhaveb 2020-11-13 15:52:47
Acird Burn 2020-11-13 14:56:36
Looking for an experienced core PHP developer must be able to get done with work real fast payment is based on modules completed each u can send me text to my inbox if interested
How fast do you want?
Sunilk16 2020-11-13 16:46:35
praneet81 2020-11-11 18:53:58
Photo from Praneet Singh Roopra
Hello brother
If you don’t mind, can you tell which front end framework you are using
praneet81 2020-11-13 16:50:49
Sunilk16 2020-11-13 16:46:35
Hello brother
If you don’t mind, can you tell which front end framework you are using
Bootstrap 4
Sunilk16 2020-11-13 16:51:40
Ok thanks
The_ark3 2020-11-13 21:45:05
The_ark3 2020-11-12 18:48:37
i have a project on a food aid system who can kidly help me out we do the project together for a while using laravel .Asimpole food donation system’
The_ark3 2020-11-13 21:45:56
*simple
mohsen 2020-11-13 22:10:04
hi guys i,m need help this is my return :
mohsen 2020-11-13 22:10:17
mohsen 2020-11-13 22:10:52
but i,m need this :
{
“name”: “mohse1n”,
“family”:mehri1″
},
{
“name”: “moh2sen”,
“family”:m2ehri”
},
{
“name”: “mo5hsen”,
“family”:me2hri”
}
mohsen 2020-11-13 22:11:50
what do i do?
Severusxyz 2020-11-13 22:17:37
That return came from a eloquent query?
JeevaniSM 2020-11-13 23:08:41
a quick question :
Which Server you prefer to run Laravel ?
1. Nginx
2. Apache
?
mynameisbrad 2020-11-13 23:09:27
Apache
mynameisbrad 2020-11-13 23:09:50
Some people do both apache/nginx, its like a new thing in the community
StanleyMasinde 2020-11-14 00:21:59
JeevaniSM 2020-11-13 23:08:41
a quick question :
Which Server you prefer to run Laravel ?
1. Nginx
2. Apache
?
Nginx with PHP-fpm is faster than the PHP module for Apache. You can change this by using PHP-fpm.
Nginx uses less memory as compared to Apache
JeevaniSM 2020-11-14 01:04:51
StanleyMasinde 2020-11-14 00:21:59
Nginx with PHP-fpm is faster than the PHP module for Apache. You can change this by using PHP-fpm.
Nginx uses less memory as compared to Apache
Any guide / tutorial to install and configure Laravel with Nginx ?
I have difficulty to setup this Nginx/fpm.
I use OpenSuse Tumbleweed
kevinpita 2020-11-14 01:08:48
JeevaniSM 2020-11-14 01:04:51
Any guide / tutorial to install and configure Laravel with Nginx ?
I have difficulty to setup this Nginx/fpm.
I use OpenSuse Tumbleweed
Vagrant laravel box
profsr123 2020-11-14 07:28:51
any body pls help to do updating status with toggle button
2020-11-14 08:30:22
profsr123 2020-11-14 07:28:51
any body pls help to do updating status with toggle button
What you’re using? Vue, livewire or jquery or anyother?
MohsinHusen 2020-11-14 10:04:08
hi guys how to get sum whereBetween in join table Laravel
← prev | next →