#167 idee afişare de câţi useri a fost favorit produsul în singleview produs
state: closed opened by: adrianharabula on: 6/3/2017
Comments
from: adrianharabula on: 6/4/2017
$p = \App\Product::find(1);
$p->users()->count(); // outputs the number of users that saved for later the product.
from: elis47 on: 6/4/2017
done