I started learning Symfony and already know how to create a user and registration / login forms for him using php bin/console make:user php bin/console make:auth, but I need to have several types of users like Client, Company, Admin and what if I try go to example.com/company, we were thrown to the login window for the Company account (I’m now thrown to the login form for the User).
After searching I found these questions Symfony / Doctrine - Multiple Users Types and Symfony: Firewalls, multiple login forms, but I did not understand what to do next and how to combine them. Please tell me.