In Laravel whenever a table has a foreign key constraint set then truncating in seed class would raise an sql violation error. The solution is…
In Laravel whenever a table has a foreign key constraint set then truncating in seed class would raise an sql violation error. The solution is…