Skip to content

alexvndre/symfony-skeleton

Repository files navigation

Symfony template

Installation

  1. Copy the .env.dist to .env file.
cp .env.dist .env
  1. Build the containers.
make build
  1. Start the containers and import RabbitMQ configuration.
make start
  1. Check all commands available from the Makefile.
make help

Access to services

RabbitMQ

Go to RabbitMQ Management with the ultra secure credentials guest/guest.

PostegreSQL

Connect the database with your favorite client jdbc:postgresql://root:root@0.0.0.0:5432/app.

Enjoy! 🍻

Releases

No releases published

Packages

No packages published