Laravel – updating model in try/catch : model remembers faulty update values in the catch
i have a nested function calls to update some data in database , the column im going to update is unique in database and it may be updated with a duplicate value in that case i want to flag that…