elkuku/symfony-playground-two

A Symfony project template

dev-master 2024-09-19 20:02 UTC

This package is auto-updated.

Last update: 2024-09-19 20:02:51 UTC


README

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 =;)