Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 943 Bytes

readme.md

File metadata and controls

44 lines (34 loc) · 943 Bytes

Symfony Playground "two"

GitHub workflow

screenshot

What's this??

An opinionated Symfony project template including:

  • Symfony 7.*
  • Docker compose file for PostgreSQL
  • dev login form
    prod Social login with Google, GitLab, GitHub and more
  • Asset mapper
  • Bootstrap

Installation

Clone the repo then use the

bin/install

command or execute the script content manually.

Usage

symfony console user-admin

Create and administer user accounts.

bin/start
bin/stop

start and stop the environment.

Testing

make tests

Happy coding =;)