syedgalib/docker-php-starter

0.0.6 2024-01-12 17:16 UTC

This package is auto-updated.

Last update: 2024-09-12 18:36:48 UTC


README

Configuration

  • PHP 7.4.3
  • MySql 8.0

Installation

composer create-project syedgalib/docker-php-starter my-project

Initialization

Open the terminal in the root directory and run

docker compose up -d

After running the command you should be able to open your project from the following url:

App Directory

Use app directory for project files.

Exit

To stop the application, open the terminal in the root directory and run

docker compose down