Skip to content

tarlepp/rccc-memory-user-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Some asked on Symfony Slack workspace how to use form login with memory user provider - This repository contains a simple example how that works.

Installation

  1. Clone this repository
  2. Run composer install
  3. Run symfony serve
  4. Open http://localhost:8000 in your browser
  5. Head to login page and use credentials; john_admin / admin
  6. Profit

License

MIT