In Laravel 5.3
is there any way to use rules
of classes request
to not leave a record of the bank that has a relationship being deleted?
Similar to the rule that does not let a record be inserted duplicate.
In Laravel 5.3
is there any way to use rules
of classes request
to not leave a record of the bank that has a relationship being deleted?
Similar to the rule that does not let a record be inserted duplicate.