Skip to content

alexandrechevalierCBH/symfony-module-mailer

 
 

Repository files navigation

Symfony Training

This is the boilerplate project for KNP Labs Symfony training.

Requirements

To run this project with docker you will need:

Installation

make start

Migrations

Once the stack has started, you may apply Doctrine migrations:

make database-create
make database-migrate

You can now access the application on localhost.

Fixtures

For most of trainings, you will need some fixtures to be loaded. To do so, run:

make fixtures-load

At this point, you should be able to log in and access the application (Email: [email protected], Password: admin)

Commands

Commands Description
start Setup and start the stack
cp-env Copie default .env if none exists
build Build Docker's container
install-deps Install Composer dependencies
database-create Create database if none exists
database-drop Drop database
database-migrate Run Doctrine migrations
fixtures-load Load fixtures

About

Symfony module mailer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 66.5%
  • Twig 28.4%
  • Dockerfile 1.9%
  • Makefile 1.5%
  • CSS 1.3%
  • Shell 0.4%