composer require symfony/security-bundle
 php bin/console make:user

The name of the security user class (e.g. User) [User]:
> User

Do you want to store user data in the database (via Doctrine)? (yes/no) [yes]:
> yes

Enter a property name that will be the unique "display" name for the user (e.g.
email, username, uuid [email]
> email

Does this app need to hash/check user passwords? (yes/no) [yes]:
> yes
 php bin/console make:migration
 php bin/console doctrine:migrations:migrate

More details https://symfony.com/doc/current/security.html

By toihid

Leave a Reply