elkuku/symfony-playground-two

A Symfony project template

Maintainers

👁 elkuku

Package info

github.com/elkuku/symfony-playground-two

Type:project

pkg:composer/elkuku/symfony-playground-two

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-06-27 21:11 UTC

Requires

Suggests

None

Provides

None

Conflicts

wtfpl 5193201ef86e17d594dfcfecd0093f2566eccea3

This package is auto-updated.

Last update: 2026-06-27 21:12:35 UTC


README

👁 GitHub workflow

👁 screenshot

What's this??

An opinionated Symfony project template including:

  • Symfony 8.*
  • 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 updates

Check four outdated PHP deps, recipes and assets.

composer check

Database

👁 Database Diagram

You can create this with

composer db-diagram

Happy coding =;)