I have installed Backpack/Laravel in my project, evrything works well so far, but not when I tried to add a new "Product" it throws the MasAssignamentException:
MassAssignmentException in Model.php line 232: nombre
Where "nombre" is the field in my database, I know that is because Laravel needs de $fillabe
variable, but where to set it or where to configure that to not getting that error.