Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 397 Bytes

File metadata and controls

17 lines (12 loc) · 397 Bytes

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