Skip to content

Kulkodar/SymfonyDockerTemplate

Repository files navigation

Symfony Template

Just a small sample project based on symfony with preconfigured nginx and a database.

Technologies

This project used following technologies:

Setup

docker-compose up -d
docker exec -it server bash
composer update

Starting the project

To start the symfony app:

docker-compose up -d

Deploying

TODO

Directory Structure

bin/          - Folder for symfony binaryies installed via composer
config/       - Contains various symfony configs
docker/       - Contains files used with docker
 db/          - Folder for the database used
 nginx/       - Contains the nginx configuration 
migrations/   - Folder for database migrations
public/       - The webroot of the project
src/          - Contains the backend code
templates/    - Contains twig templates that are used to render the frontend
tests/        - Contains phpunti tests
translations/ - The location of translation files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published