Skip to content

KnpLabs/symfony-training

Folders and files

NameName
Last commit message
Last commit date
Aug 16, 2023
Aug 16, 2023
Apr 17, 2024
Nov 3, 2021
Nov 4, 2022
Apr 19, 2022
Nov 3, 2021
May 31, 2024
Sep 26, 2022
Oct 22, 2021
Oct 22, 2021
Apr 18, 2023
Apr 23, 2024
Oct 22, 2021
Dec 11, 2023
May 31, 2024
Dec 11, 2023
Apr 18, 2023
Apr 17, 2024
Apr 17, 2024
Dec 11, 2023
Oct 22, 2021
Apr 17, 2024

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: admin@mail.com, 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