When I\'m using eloquent, I can use the \"where\" method then the method \'get\' to fill an object containing what I\'ve selected in my database. I mean:
$us
you can use hidden array like this:
hidden
class Promotion extends Model { protected $table = 'promotion'; protected $hidden = array('id'); }