Skip to content

sorbaugh/symfony63-docker-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Stephan OrbaughStephan Orbaugh
Stephan Orbaugh
and
Stephan Orbaugh
Aug 23, 2023
359d171 · Aug 23, 2023

History

1 Commit
Aug 23, 2023
Aug 23, 2023
Aug 23, 2023
Aug 23, 2023
Aug 23, 2023
Aug 23, 2023
Aug 23, 2023
Aug 23, 2023
Aug 23, 2023
Aug 23, 2023
Aug 23, 2023
Aug 23, 2023
Aug 23, 2023

Repository files navigation

Symfony 6.3 Docker Starter

This is an empty Symfony setup with Docker for anyone wanting to develop a Symfony 6.3 application from scratch.

Getting Started

These instructions will help you set up a local development environment for your Symfony application.

Prerequisites

  • Docker
  • Docker Compose
  • Git

Usage

  1. Clone this repository to your local machine:

    git clone https://github.com/sorbaugh/symfony63-docker-starter.git
    cd symfony63-docker-starter
  2. Build and start the Docker containers:

    docker-compose up -d
  3. Install Symfony dependencies:

    docker-compose exec php_symfony63_app composer install
  4. Access your Symfony application in a web browser:

Contributing

Feel free to contribute to this starter template. If you have improvements or suggestions, please create a pull request.

About

This is an empty Symfony setup with Docker for anyone wanting to develop a Symfony 6.3 application from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published