Laravel obtenga atributos rellenos

$model = new Demo();
dd($model->getFillable());
D3signa