Skip to content

davysumo/Framework-User-Implementation-Example

 
 

Repository files navigation

User management implementation

How to use:

  • Copy each User folder from the respective src/ folder into your own project.

  • Copy template/user into your own project.

  • Copy the config/packages/security.yaml into your own project.

  • Copy the MySQL migration and run it.

  • Copy the translations.

  • Make sure you have following packages in your project:

    • symfony/validator
    • symfony/messenger
    • symfony/mailer
  • Check the config folder, mostly:

    • services.yaml
    • routes.yml (logout route)
    • packages/translation.yaml
    • bundles.php (TwigExtraBundle moet geactiveerd zijn)

To do:

  • Remove originUsername from core bundle usermenu.html.twig
  • Remove link to route "profile" from core bundle usermenu.html.twig

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.8%
  • JavaScript 9.3%
  • Twig 9.3%
  • Shell 2.4%
  • SCSS 0.2%