elkuku/symfony-playground-two

A Symfony project template

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/elkuku/symfony-playground-two

dev-master 2025-10-16 12:30 UTC

This package is auto-updated.

Last update: 2025-10-16 12:30: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
  • A user CRUD interface
  • Bootstrap

Installation

Clone the repo then use the

bin/install

command OR execute the script content manually.

Usage

Create and administer user accounts.

symfony console user-admin

Start and stop the environment.

bin/start
bin/stop

Testing

make tests

Check for updated

Check four outdated PHP deps, recipes and assets.

composer check

Database

Database Diagram

You can create this with

composer db-diagram

Happy coding =;)