I'm making a system that exists a product register, these same products can be part of just one group, or not.
I have this model for Products:
class Products extends Model
{
protected $fillable = ['nome', 'codigo', 'preco'];...
asked by
10.11.2018 / 01:39