I would like to use my model to do research in Laravel.
I would like, if possible, someone could explain me:
I have my model
class minhaModel extends Model
{
protected $table = "minha_model";
public $timestamps = false;
prote...
asked by
20.10.2017 / 14:13