/symfony-docker

Symfony with Docker

Primary LanguageDockerfileMIT LicenseMIT

About The Project

Symfony with Docker

Please check the projects section for more details.

Overview

Branch Docker Version Symfony Version PHP Version
twilio ^23.0 ^5.4 ^8.0
mnsami ^23.0 ^5.4 ^7.4

Projects

Get Started with Docker Compose and Symfony

twilio

Code: https://github.com/habibun/symfony-docker/tree/twilio
Resources:

Installation

# Clone the repository using the command
git clone git@github.com:habibun/symfony-docker.git

# Navigate into the cloned directory
cd symfony-docker

# Checkout to project branch
git checkout twilio

# Create .env.local file
make init

Configure the database connection in the .env.local file

# Start docker services
make start
 
# Install project
make install

Please check more rules in Makefile.

Dockerized Symfony backend app with ReactJs for frontend with hotloading enabled

mnsami

Code: https://github.com/habibun/symfony-docker/tree/mnsami
Resources:

Prerequisites

Installation

# Clone the repository using the command
git clone git@github.com:habibun/symfony-docker.git

# Navigate into the cloned directory
cd symfony-docker

# Checkout to project branch
git checkout mnsami

# Create .env.local file
make init
# Start docker services
make start

# Install project
make install

Please check more rules in Makefile.

Template

Learn More

Related

License

Distributed under the MIT License. See LICENSE for more information.