Get support for KnpLabs/symfony-training

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

KnpLabs/symfony-training

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
Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2