This library helps to organize dependencies between different fixtures in your project.
for example, you need to create 10 users
- each user must make 10 posts in post-feed
- each user must make 25 comments under post
- each user must like 100 comments
- each user must report 10 posts
- each user must report 100 comments
composer require --dev u1tr0n/fixturepref
- translate documentation to other languages
- add examples