elkuku/symfony-playground-one

An opinionated symfony project template

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

pkg:composer/elkuku/symfony-playground-one

dev-master 2023-12-27 14:16 UTC

This package is auto-updated.

Last update: 2025-09-27 18:25:27 UTC


README

Screen

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
  • JQuery, Bootstrap and Bootswatch
  • EasyAdmin

Installation

Clone the repo then use the bin/install command or execute the script content manually.

Usage

  • Use symfony console user-admin to create an admin user.
  • Use the bin/start and bin/stop scripts to start and stop the environment.
bin/start
bin/stop

Testing

make tests

Happy coding =;)