I am using franzose/ClosureTable for managing directories file structure. The following issue occurred when I tried to add multiple child one by one with multiple request at a time.
SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL:
INSERT INTO resource_closure (ancestor, descendant, depth) SELECT tbl.ancestor, 7801, tbl.depth+1 FROM resource_closure AS tbl WHERE tbl.descendant = 7801 UNION ALL SELECT 7801, 7801, 0
) in file\vendor\laravel\framework\src\Illuminate\Database\Connection.php
on line number 625