PUGX / PUGXMultiUserBundle

An extension for FOSUserBundle to handle users of different types. Compatible with Doctrine ORM.
163 stars 96 forks source link

Support for Symfony 4 #160

Closed akoh-victor closed 6 years ago

akoh-victor commented 6 years ago

How can i install PUGXUserBundle to symfony 4 ?

i get error ` Problem 1

how can i solve this ?

garak commented 6 years ago

You cannot. There's no plan to support Symfony 4 in this bundle, nor any plan to keep it up to date.

akoh-victor commented 6 years ago

wow ! thank you at least for your reply. Do you recommend any other bundle for a replacement ?

garak commented 6 years ago

I recommend to avoid FOSUserBundle and similar bundles. Just build your own User using basic Symfony docs about authentication and authorization

akoh-victor commented 6 years ago

Many thanks i think is high time i do that