@Elyton so add two more files that seeds what you want then to? I assume you have this one registered in the main seeder? And what do you use them for?
@Sinnbeck Yes, I already have this information from this file in the bank, and I want to add 2 more statuses in that same file and execute the command to register in the bank
I found a solution to update and add the +1 roles in seeder
yes, he did but I wanted to point out that it wont work if
protected $fillable = 'names';
was initialize in the model and will gives the error:
"count(): Parameter must be an array or an object that implements Countable."
so protected $fillable doesnt need to be use here.