elkuku/symfony-playground-two

A Symfony project template

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

pkg:composer/elkuku/symfony-playground-two

dev-master 2025-09-29 18:33 UTC

This package is auto-updated.

Last update: 2025-09-29 18:33:42 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

Database

Database Diagram

Happy coding =;)