elkuku/symfony-playground-one

An opinionated symfony project template

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

This package is auto-updated.

Last update: 2024-04-27 15:20:46 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 =;)